#DC0BAF

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

Shades of Hollywood Cerise #DC0BAF

Tints of Hollywood Cerise #DC0BAF

Color information

#DC0BAF (or 0xDC0BAF) is unknown color: approx Hollywood Cerise. HEX triplet: DC, 0B and AF. RGB value is (220,11,175). Sum of RGB (Red+Green+Blue) = 220+11+175=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0BAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0BAF is #23F450. Grayscale: #5B5B5B. Windows color (decimal): -2356305 or 11471836. OLE color: 11471836.

HSL color Cylindrical-coordinate representation of color #DC0BAF: hue angle of 312.92º degrees, saturation: 0.9, 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 #DC0BAF is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB22011175-
CMYK00.950.200.14
HSL312.92º90.48%45.29%-
HSV(B)312.92º95%86.27%-
XYZ37.3718.5542.17-
YUV92.19174.74219.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.19%
GREEN value IS 11 (4.69% from 255) = 2.71%
BLUE value IS 175 (68.75% from 255) = 43.10%
R=54.19%
G=2.71%
B=43.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201117500.950.200.14312.9290.4845.29
HexDCBAF05F14E1395a2d
Octal334132570137241647113255
Binary11011100101110101111010111111010011101001110011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC0BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC0BAF; }

 p { color: rgb(220,11,175); }

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

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

 a { background-color: rgb(220,11,175); }

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

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

 span { border-color: rgb(220,11,175); }

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