#DA2BB8

Color #DA2BB8 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #DA2BB8

Tints of Razzle Dazzle Rose #DA2BB8

Color information

#DA2BB8 (or 0xDA2BB8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DA, 2B and B8. RGB value is (218,43,184). Sum of RGB (Red+Green+Blue) = 218+43+184=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2BB8 is #25D447. Grayscale: #6F6F6F. Windows color (decimal): -2479176 or 12069850. OLE color: 12069850.

HSL color Cylindrical-coordinate representation of color #DA2BB8: hue angle of 311.66º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2BB8 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB21843184-
CMYK00.800.160.15
HSL311.66º70.28%51.18%-
HSV(B)311.66º80.28%85.49%-
XYZ38.4320.0947.2-
YUV111.4168.98204.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 48.99%
GREEN value IS 43 (17.19% from 255) = 9.66%
BLUE value IS 184 (72.27% from 255) = 41.35%
R=48.99%
G=9.66%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184318400.800.160.15311.6670.2851.18
HexDA2BB805010F1384633
Octal332532700120201747010663
Binary1101101010101110111000010100001000011111001110001000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2BB8; }

 p { color: rgb(218,43,184); }

 H1.HeaderClassName
 {
   color: #DA2BB8;
 }
 .AnyTagClassName
 {
   color: #DA2BB8;
 }
</style>
background-color css

<style>
 a { background-color: #DA2BB8; }

 a { background-color: rgb(218,43,184); }

 div.DivClassName
 {
   background-color: #DA2BB8;
 }
 .BgClassName
 {
   background-color: #DA2BB8;
 }
</style>
border-color css

<style>
 span { border-color: #DA2BB8; }

 span { border-color: rgb(218,43,184); }

 td.TdClassName
 {
   border-color: #DA2BB8;
 }
 .TagClassName
 {
   border-color: #DA2BB8;
 }
</style>