#d900a1

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

Shades of Hollywood Cerise #D900A1

Tints of Hollywood Cerise #D900A1

Color information

#D900A1 (or 0xD900A1) is unknown color: approx Hollywood Cerise. HEX triplet: D9, 00 and A1. RGB value is (217,0,161). Sum of RGB (Red+Green+Blue) = 217+0+161=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 161 (63.28% from 255 or 42.59% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D900A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D900A1 is #26FF5E. Grayscale: #525252. Windows color (decimal): -2555743 or 10551513. OLE color: 10551513.

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

Color convert

RGB2170161-
CMYK010.260.15
HSL315.48º100%42.55%-
HSV(B)315.48º100%85.1%-
XYZ35.0517.3235.22-
YUV83.24171.89223.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 161 (63.28% from 255) = 42.59%
R=57.41%
G=0%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2170161010.260.15315.4810042.55
HexD90A10641AF13b642b
Octal33102410144321747314453
Binary11011001010100001011001001101011111001110111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d900a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d900a1; }

 p { color: rgb(217,0,161); }

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

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

 a { background-color: rgb(217,0,161); }

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

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

 span { border-color: rgb(217,0,161); }

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