Html Css Color HEX #DC08AC Hollywood Cerise

📋 copy color: '#DC08AC'

red 220 ◦ green 8 ◦ blue 172

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

Shades of Hollywood Cerise #DC08AC

Tints of Hollywood Cerise #DC08AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43%

R = 55%
G = 2%
B = 43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC08AC (or 0xDC08AC) is known color: Hollywood Cerise. HEX triplet: DC, 08 and AC. RGB value is (220,8,172). Sum of RGB (Red+Green+Blue) = 220+8+172=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC08AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC08AC is #23F753. Grayscale: #595959. Windows color (decimal): -2357076 or 11274460. OLE color: 11274460.

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

Color convert

RGB 220 8 172 -
CMYK 0 0.96 0.22 0.14
HSL 313.58º 0.93% 0.45% -
HSV(B) 313.58º 0.96% 0.86% -
XYZ 37.05 18.37 40.62 -
YUV 90.08 174.24 220.66 -
System Red Green Blue C M Y K H S L
Decimal 220 8 172 0 0.96 0.22 0.14 313.58 0.93 0.45
Hex DC 8 AC 0 60 16 E 13A 5D 2D
Octal 334 10 254 0 140 26 16 472 135 55
Binary 11011100 1000 10101100 0 1100000 10110 1110 100111010 1011101 101101

Color Harmonies of #DC08AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC08AC

Black with #DC08AC

Text Example


Text Example

White with #DC08AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC08AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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