Html Css Color HEX #DC02AD Hollywood Cerise

📋 copy color: '#DC02AD'

red 220 ◦ green 2 ◦ blue 173

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

Shades of Hollywood Cerise #DC02AD

Tints of Hollywood Cerise #DC02AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.8%

R = 55.7%
G = 0.51%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC02AD (or 0xDC02AD) is known color: Hollywood Cerise. HEX triplet: DC, 02 and AD. RGB value is (220,2,173). Sum of RGB (Red+Green+Blue) = 220+2+173=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC02AD is #23FD52. Grayscale: #565656. Windows color (decimal): -2358611 or 11338460. OLE color: 11338460.

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

Color convert

RGB 220 2 173 -
CMYK 0 0.99 0.21 0.14
HSL 312.94º 0.98% 0.44% -
HSV(B) 312.94º 0.99% 0.86% -
XYZ 37.08 18.28 41.11 -
YUV 86.68 176.72 223.1 -
System Red Green Blue C M Y K H S L
Decimal 220 2 173 0 0.99 0.21 0.14 312.94 0.98 0.44
Hex DC 2 AD 0 63 15 E 139 62 2C
Octal 334 2 255 0 143 25 16 471 142 54
Binary 11011100 10 10101101 0 1100011 10101 1110 100111001 1100010 101100

Color Harmonies of #DC02AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC02AD

Black with #DC02AD

Text Example


Text Example

White with #DC02AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC02AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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