Html Css Color HEX #DA02AB Hollywood Cerise

📋 copy color: '#DA02AB'

red 218 ◦ green 2 ◦ blue 171

#DA02AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #DA02AB

Tints of Hollywood Cerise #DA02AB

RGB

 RED value IS 218 (85.55% from 255) = 55.75%

 GREEN value IS 2 (1.17% from 255) = 0.51%

 BLUE value IS 171 (67.19% from 255) = 43.73%

R = 55.75%
G = 0.51%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA02AB (or 0xDA02AB) is known color: Hollywood Cerise. HEX triplet: DA, 02 and AB. RGB value is (218,2,171). Sum of RGB (Red+Green+Blue) = 218+2+171=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA02AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA02AB is #25FD54. Grayscale: #555555. Windows color (decimal): -2489685 or 11207386. OLE color: 11207386.

HSL color Cylindrical-coordinate representation of color #DA02AB: hue angle of 313.06º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA02AB is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 2 171 -
CMYK 0 0.99 0.22 0.15
HSL 313.06º 0.98% 0.43% -
HSV(B) 313.06º 0.99% 0.85% -
XYZ 36.29 17.89 40.07 -
YUV 85.85 176.06 222.26 -
System Red Green Blue C M Y K H S L
Decimal 218 2 171 0 0.99 0.22 0.15 313.06 0.98 0.43
Hex DA 2 AB 0 63 16 F 139 62 2B
Octal 332 2 253 0 143 26 17 471 142 53
Binary 11011010 10 10101011 0 1100011 10110 1111 100111001 1100010 101011

Color Harmonies of #DA02AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA02AB

Black with #DA02AB

Text Example


Text Example

White with #DA02AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA02AB; }

 p { color: rgb(218,2,171); }

 H1.HeaderClassName
 {
   color: #DA02AB;
 }
 .AnyTagClassName
 {
   color: #DA02AB;
 }
</style>

background-color css

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

 a { background-color: rgb(218,2,171); }

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

border-color css

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

 span { border-color: rgb(218,2,171); }

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