#DC0AB3

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

Shades of Hollywood Cerise #DC0AB3

Tints of Hollywood Cerise #DC0AB3

Color information

#DC0AB3 (or 0xDC0AB3) is unknown color: approx Hollywood Cerise. HEX triplet: DC, 0A and B3. RGB value is (220,10,179). Sum of RGB (Red+Green+Blue) = 220+10+179=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 10 (4.30% from 255 or 2.44% from 409); Blue value is 179 (70.31% from 255 or 43.77% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0AB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0AB3 is #23F54C. Grayscale: #5B5B5B. Windows color (decimal): -2356557 or 11733724. OLE color: 11733724.

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

Color convert

RGB22010179-
CMYK00.950.190.14
HSL311.71º91.3%45.1%-
HSV(B)311.71º95.45%86.27%-
XYZ37.7618.6944.26-
YUV92.06177.07219.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.79%
GREEN value IS 10 (4.30% from 255) = 2.44%
BLUE value IS 179 (70.31% from 255) = 43.77%
R=53.79%
G=2.44%
B=43.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201017900.950.190.14311.7191.345.1
HexDCAB305F13E1385b2d
Octal334122630137231647013355
Binary11011100101010110011010111111001111101001110001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC0AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC0AB3; }

 p { color: rgb(220,10,179); }

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

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

 a { background-color: rgb(220,10,179); }

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

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

 span { border-color: rgb(220,10,179); }

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