Html Css Color HEX #DC08A3 Hollywood Cerise

📋 copy color: '#DC08A3'

red 220 ◦ green 8 ◦ blue 163

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

Shades of Hollywood Cerise #DC08A3

Tints of Hollywood Cerise #DC08A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 41.69%

R = 56.27%
G = 2.05%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DC08A3 (or 0xDC08A3) is known color: Hollywood Cerise. HEX triplet: DC, 08 and A3. RGB value is (220,8,163). Sum of RGB (Red+Green+Blue) = 220+8+163=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 8 (3.52% from 255 or 2.05% from 391); Blue value is 163 (64.06% from 255 or 41.69% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC08A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC08A3 is #23F75C. Grayscale: #585858. Windows color (decimal): -2357085 or 10684636. OLE color: 10684636.

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

Color convert

RGB 220 8 163 -
CMYK 0 0.96 0.26 0.14
HSL 316.13º 0.93% 0.45% -
HSV(B) 316.13º 0.96% 0.86% -
XYZ 36.21 18.03 36.22 -
YUV 89.06 169.74 221.4 -
System Red Green Blue C M Y K H S L
Decimal 220 8 163 0 0.96 0.26 0.14 316.13 0.93 0.45
Hex DC 8 A3 0 60 1A E 13C 5D 2D
Octal 334 10 243 0 140 32 16 474 135 55
Binary 11011100 1000 10100011 0 1100000 11010 1110 100111100 1011101 101101

Color Harmonies of #DC08A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC08A3

Black with #DC08A3

Text Example


Text Example

White with #DC08A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC08A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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