#DF109A

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

Shades of Hollywood Cerise #DF109A

Tints of Hollywood Cerise #DF109A

Color information

#DF109A (or 0xDF109A) is unknown color: approx Hollywood Cerise. HEX triplet: DF, 10 and 9A. RGB value is (223,16,154). Sum of RGB (Red+Green+Blue) = 223+16+154=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF109A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF109A is #20EF65. Grayscale: #5D5D5D. Windows color (decimal): -2158438 or 10096863. OLE color: 10096863.

HSL color Cylindrical-coordinate representation of color #DF109A: hue angle of 320º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF109A is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB22316154-
CMYK00.930.310.13
HSL320º86.61%46.86%-
HSV(B)320º92.83%87.45%-
XYZ36.4518.3932.2-
YUV93.62162.08220.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.74%
GREEN value IS 16 (6.64% from 255) = 4.07%
BLUE value IS 154 (60.55% from 255) = 39.19%
R=56.74%
G=4.07%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231615400.930.310.1332086.6146.86
HexDF109A05D1FD140572f
Octal337202320135371550012757
Binary110111111000010011010010111011111111011010000001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF109A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF109A; }

 p { color: rgb(223,16,154); }

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

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

 a { background-color: rgb(223,16,154); }

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

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

 span { border-color: rgb(223,16,154); }

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