Html Css Color HEX #DC08AD Hollywood Cerise

📋 copy color: '#DC08AD'

red 220 ◦ green 8 ◦ blue 173

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

Shades of Hollywood Cerise #DC08AD

Tints of Hollywood Cerise #DC08AD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2%

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

R = 54.86%
G = 2%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC08AD (or 0xDC08AD) is known color: Hollywood Cerise. HEX triplet: DC, 08 and AD. RGB value is (220,8,173). Sum of RGB (Red+Green+Blue) = 220+8+173=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC08AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC08AD is #23F752. Grayscale: #595959. Windows color (decimal): -2357075 or 11339996. OLE color: 11339996.

HSL color Cylindrical-coordinate representation of color #DC08AD: hue angle of 313.3º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC08AD is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 8 173 -
CMYK 0 0.96 0.21 0.14
HSL 313.3º 0.93% 0.45% -
HSV(B) 313.3º 0.96% 0.86% -
XYZ 37.14 18.41 41.13 -
YUV 90.2 174.74 220.58 -
System Red Green Blue C M Y K H S L
Decimal 220 8 173 0 0.96 0.21 0.14 313.3 0.93 0.45
Hex DC 8 AD 0 60 15 E 139 5D 2D
Octal 334 10 255 0 140 25 16 471 135 55
Binary 11011100 1000 10101101 0 1100000 10101 1110 100111001 1011101 101101

Color Harmonies of #DC08AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC08AD

Black with #DC08AD

Text Example


Text Example

White with #DC08AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC08AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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