#DF0BA0

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

Shades of Hollywood Cerise #DF0BA0

Tints of Hollywood Cerise #DF0BA0

Color information

#DF0BA0 (or 0xDF0BA0) is unknown color: approx Hollywood Cerise. HEX triplet: DF, 0B and A0. RGB value is (223,11,160). Sum of RGB (Red+Green+Blue) = 223+11+160=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0BA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0BA0 is #20F45F. Grayscale: #5A5A5A. Windows color (decimal): -2159712 or 10488799. OLE color: 10488799.

HSL color Cylindrical-coordinate representation of color #DF0BA0: hue angle of 317.83º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0BA0 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB22311160-
CMYK00.950.280.13
HSL317.83º90.6%45.88%-
HSV(B)317.83º95.07%87.45%-
XYZ36.918.4734.88-
YUV91.37166.74221.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.60%
GREEN value IS 11 (4.69% from 255) = 2.79%
BLUE value IS 160 (62.89% from 255) = 40.61%
R=56.60%
G=2.79%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231116000.950.280.13317.8390.645.88
HexDFBA005F1CD13e5b2e
Octal337132400137341547613356
Binary11011111101110100000010111111110011011001111101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0BA0; }

 p { color: rgb(223,11,160); }

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

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

 a { background-color: rgb(223,11,160); }

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

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

 span { border-color: rgb(223,11,160); }

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