Html Css Color HEX #DC02AF Hollywood Cerise

📋 copy color: '#DC02AF'

red 220 ◦ green 2 ◦ blue 175

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

Shades of Hollywood Cerise #DC02AF

Tints of Hollywood Cerise #DC02AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.08%

R = 55.42%
G = 0.5%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC02AF (or 0xDC02AF) is known color: Hollywood Cerise. HEX triplet: DC, 02 and AF. RGB value is (220,2,175). Sum of RGB (Red+Green+Blue) = 220+2+175=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC02AF is #23FD50. Grayscale: #565656. Windows color (decimal): -2358609 or 11469532. OLE color: 11469532.

HSL color Cylindrical-coordinate representation of color #DC02AF: hue angle of 312.39º 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 #DC02AF is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 2 175 -
CMYK 0 0.99 0.20 0.14
HSL 312.39º 0.98% 0.44% -
HSV(B) 312.39º 0.99% 0.86% -
XYZ 37.27 18.35 42.14 -
YUV 86.9 177.72 222.93 -
System Red Green Blue C M Y K H S L
Decimal 220 2 175 0 0.99 0.20 0.14 312.39 0.98 0.44
Hex DC 2 AF 0 63 14 E 138 62 2C
Octal 334 2 257 0 143 24 16 470 142 54
Binary 11011100 10 10101111 0 1100011 10100 1110 100111000 1100010 101100

Color Harmonies of #DC02AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC02AF

Black with #DC02AF

Text Example


Text Example

White with #DC02AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC02AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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