#DE129A

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

Shades of Hollywood Cerise #DE129A

Tints of Hollywood Cerise #DE129A

Color information

#DE129A (or 0xDE129A) is unknown color: approx Hollywood Cerise. HEX triplet: DE, 12 and 9A. RGB value is (222,18,154). Sum of RGB (Red+Green+Blue) = 222+18+154=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DE129A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE129A is #21ED65. Grayscale: #5E5E5E. Windows color (decimal): -2223462 or 10097374. OLE color: 10097374.

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

Color convert

RGB22218154-
CMYK00.920.310.13
HSL320º85%47.06%-
HSV(B)320º91.89%87.06%-
XYZ36.1718.332.2-
YUV94.5161.59218.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.35%
GREEN value IS 18 (7.42% from 255) = 4.57%
BLUE value IS 154 (60.55% from 255) = 39.09%
R=56.35%
G=4.57%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221815400.920.310.133208547.06
HexDE129A05C1FD140552f
Octal336222320134371550012557
Binary110111101001010011010010111001111111011010000001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE129A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE129A; }

 p { color: rgb(222,18,154); }

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

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

 a { background-color: rgb(222,18,154); }

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

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

 span { border-color: rgb(222,18,154); }

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