#D102A0

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

Shades of Hollywood Cerise #D102A0

Tints of Hollywood Cerise #D102A0

Color information

#D102A0 (or 0xD102A0) is unknown color: approx Hollywood Cerise. HEX triplet: D1, 02 and A0. RGB value is (209,2,160). Sum of RGB (Red+Green+Blue) = 209+2+160=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D102A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D102A0 is #2EFD5F. Grayscale: #515151. Windows color (decimal): -3079520 or 10486481. OLE color: 10486481.

HSL color Cylindrical-coordinate representation of color #D102A0: hue angle of 314.2º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D102A0 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB2092160-
CMYK00.990.230.18
HSL314.2º98.1%41.37%-
HSV(B)314.2º99.04%81.96%-
XYZ32.6616.1434.65-
YUV81.9172.08218.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.33%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 160 (62.89% from 255) = 43.13%
R=56.33%
G=0.54%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209216000.990.230.18314.298.141.37
HexD12A0063171213a6229
Octal32122400143272247214251
Binary1101000110101000000110001110111100101001110101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D102A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D102A0; }

 p { color: rgb(209,2,160); }

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

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

 a { background-color: rgb(209,2,160); }

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

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

 span { border-color: rgb(209,2,160); }

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