#D000A3

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

Shades of Hollywood Cerise #D000A3

Tints of Hollywood Cerise #D000A3

Color information

#D000A3 (or 0xD000A3) is unknown color: approx Hollywood Cerise. HEX triplet: D0, 00 and A3. RGB value is (208,0,163). Sum of RGB (Red+Green+Blue) = 208+0+163=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D000A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D000A3 is #2FFF5C. Grayscale: #505050. Windows color (decimal): -3145565 or 10682576. OLE color: 10682576.

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

Color convert

RGB2080163-
CMYK010.220.18
HSL312.98º100%40.78%-
HSV(B)312.98º100%81.57%-
XYZ32.6216.0536.03-
YUV80.77174.41218.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 163 (64.06% from 255) = 43.94%
R=56.06%
G=0%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2080163010.220.18312.9810040.78
HexD00A306416121396429
Octal32002430144262247114451
Binary110100000101000110110010010110100101001110011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D000A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D000A3; }

 p { color: rgb(208,0,163); }

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

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

 a { background-color: rgb(208,0,163); }

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

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

 span { border-color: rgb(208,0,163); }

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