#D70DAE

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

Shades of Hollywood Cerise #D70DAE

Tints of Hollywood Cerise #D70DAE

Color information

#D70DAE (or 0xD70DAE) is unknown color: approx Hollywood Cerise. HEX triplet: D7, 0D and AE. RGB value is (215,13,174). Sum of RGB (Red+Green+Blue) = 215+13+174=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D70DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70DAE is #28F251. Grayscale: #5B5B5B. Windows color (decimal): -2683474 or 11406807. OLE color: 11406807.

HSL color Cylindrical-coordinate representation of color #D70DAE: hue angle of 312.18º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70DAE is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB21513174-
CMYK00.940.190.16
HSL312.18º88.6%44.71%-
HSV(B)312.18º93.95%84.31%-
XYZ35.8117.7941.59-
YUV91.75174.42215.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.48%
GREEN value IS 13 (5.47% from 255) = 3.23%
BLUE value IS 174 (68.36% from 255) = 43.28%
R=53.48%
G=3.23%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151317400.940.190.16312.1888.644.71
HexD7DAE05E1310138592d
Octal327152560136232047013155
Binary110101111101101011100101111010011100001001110001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70DAE; }

 p { color: rgb(215,13,174); }

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

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

 a { background-color: rgb(215,13,174); }

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

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

 span { border-color: rgb(215,13,174); }

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