#D812A2

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

Shades of Hollywood Cerise #D812A2

Tints of Hollywood Cerise #D812A2

Color information

#D812A2 (or 0xD812A2) is unknown color: approx Hollywood Cerise. HEX triplet: D8, 12 and A2. RGB value is (216,18,162). Sum of RGB (Red+Green+Blue) = 216+18+162=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D812A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D812A2 is #27ED5D. Grayscale: #5D5D5D. Windows color (decimal): -2616670 or 10621656. OLE color: 10621656.

HSL color Cylindrical-coordinate representation of color #D812A2: hue angle of 316.36º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D812A2 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB21618162-
CMYK00.920.250.15
HSL316.36º84.62%45.88%-
HSV(B)316.36º91.67%84.71%-
XYZ35.0617.6435.74-
YUV93.62166.6215.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.55%
GREEN value IS 18 (7.42% from 255) = 4.55%
BLUE value IS 162 (63.67% from 255) = 40.91%
R=54.55%
G=4.55%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161816200.920.250.15316.3684.6245.88
HexD812A205C19F13c552e
Octal330222420134311747412556
Binary110110001001010100010010111001100111111001111001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D812A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D812A2; }

 p { color: rgb(216,18,162); }

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

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

 a { background-color: rgb(216,18,162); }

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

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

 span { border-color: rgb(216,18,162); }

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