Html Css Color HEX #DC08B0 Hollywood Cerise

📋 copy color: '#DC08B0'

red 220 ◦ green 8 ◦ blue 176

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

Shades of Hollywood Cerise #DC08B0

Tints of Hollywood Cerise #DC08B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.56%

R = 54.46%
G = 1.98%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DC08B0 (or 0xDC08B0) is known color: Hollywood Cerise. HEX triplet: DC, 08 and B0. RGB value is (220,8,176). Sum of RGB (Red+Green+Blue) = 220+8+176=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC08B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC08B0 is #23F74F. Grayscale: #5A5A5A. Windows color (decimal): -2357072 or 11536604. OLE color: 11536604.

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

Color convert

RGB 220 8 176 -
CMYK 0 0.96 0.2 0.14
HSL 312.45º 0.93% 0.45% -
HSV(B) 312.45º 0.96% 0.86% -
XYZ 37.44 18.52 42.68 -
YUV 90.54 176.24 220.34 -
System Red Green Blue C M Y K H S L
Decimal 220 8 176 0 0.96 0.2 0.14 312.45 0.93 0.45
Hex DC 8 B0 0 60 14 E 138 5D 2D
Octal 334 10 260 0 140 24 16 470 135 55
Binary 11011100 1000 10110000 0 1100000 10100 1110 100111000 1011101 101101

Color Harmonies of #DC08B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC08B0

Black with #DC08B0

Text Example


Text Example

White with #DC08B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC08B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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