#D415AD

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

Shades of Hollywood Cerise #D415AD

Tints of Hollywood Cerise #D415AD

Color information

#D415AD (or 0xD415AD) is unknown color: approx Hollywood Cerise. HEX triplet: D4, 15 and AD. RGB value is (212,21,173). Sum of RGB (Red+Green+Blue) = 212+21+173=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D415AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D415AD is #2BEA52. Grayscale: #5F5F5F. Windows color (decimal): -2878035 or 11343316. OLE color: 11343316.

HSL color Cylindrical-coordinate representation of color #D415AD: hue angle of 312.25º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D415AD is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB21221173-
CMYK00.900.180.17
HSL312.25º81.97%45.69%-
HSV(B)312.25º90.09%83.14%-
XYZ34.9617.5541.08-
YUV95.44171.78211.14-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.22%
GREEN value IS 21 (8.59% from 255) = 5.17%
BLUE value IS 173 (67.97% from 255) = 42.61%
R=52.22%
G=5.17%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122117300.900.180.17312.2581.9745.69
HexD415AD05A1211138522e
Octal324252550132222147012256
Binary1101010010101101011010101101010010100011001110001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D415AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D415AD; }

 p { color: rgb(212,21,173); }

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

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

 a { background-color: rgb(212,21,173); }

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

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

 span { border-color: rgb(212,21,173); }

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