#DC08A1

Color #DC08A1 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #DC08A1

Tints of Hollywood Cerise #DC08A1

Color information

#DC08A1 (or 0xDC08A1) is unknown color: approx Hollywood Cerise. HEX triplet: DC, 08 and A1. RGB value is (220,8,161). Sum of RGB (Red+Green+Blue) = 220+8+161=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC08A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC08A1 is #23F75E. Grayscale: #585858. Windows color (decimal): -2357087 or 10553564. OLE color: 10553564.

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

Color convert

RGB2208161-
CMYK00.960.270.14
HSL316.7º92.98%44.71%-
HSV(B)316.7º96.36%86.27%-
XYZ36.0417.9635.29-
YUV88.83168.74221.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 56.56%
GREEN value IS 8 (3.52% from 255) = 2.06%
BLUE value IS 161 (63.28% from 255) = 41.39%
R=56.56%
G=2.06%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220816100.960.270.14316.792.9844.71
HexDC8A10601BE13d5d2d
Octal334102410140331647513555
Binary11011100100010100001011000001101111101001111011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC08A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC08A1; }

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

 H1.HeaderClassName
 {
   color: #DC08A1;
 }
 .AnyTagClassName
 {
   color: #DC08A1;
 }
</style>
background-color css

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

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

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

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

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

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