Html Css Color HEX #DC02AB Hollywood Cerise

📋 copy color: '#DC02AB'

red 220 ◦ green 2 ◦ blue 171

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

Shades of Hollywood Cerise #DC02AB

Tints of Hollywood Cerise #DC02AB

RGB

 RED value IS 220 (86.33% from 255) = 55.98%

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

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

R = 55.98%
G = 0.51%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC02AB (or 0xDC02AB) is known color: Hollywood Cerise. HEX triplet: DC, 02 and AB. RGB value is (220,2,171). Sum of RGB (Red+Green+Blue) = 220+2+171=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC02AB is #23FD54. Grayscale: #555555. Windows color (decimal): -2358613 or 11207388. OLE color: 11207388.

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

Color convert

RGB 220 2 171 -
CMYK 0 0.99 0.22 0.14
HSL 313.49º 0.98% 0.44% -
HSV(B) 313.49º 0.99% 0.86% -
XYZ 36.89 18.2 40.1 -
YUV 86.45 175.72 223.26 -
System Red Green Blue C M Y K H S L
Decimal 220 2 171 0 0.99 0.22 0.14 313.49 0.98 0.44
Hex DC 2 AB 0 63 16 E 139 62 2C
Octal 334 2 253 0 143 26 16 471 142 54
Binary 11011100 10 10101011 0 1100011 10110 1110 100111001 1100010 101100

Color Harmonies of #DC02AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC02AB

Black with #DC02AB

Text Example


Text Example

White with #DC02AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC02AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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