#D300AA

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

Shades of Hollywood Cerise #D300AA

Tints of Hollywood Cerise #D300AA

Color information

#D300AA (or 0xD300AA) is unknown color: approx Hollywood Cerise. HEX triplet: D3, 00 and AA. RGB value is (211,0,170). Sum of RGB (Red+Green+Blue) = 211+0+170=381 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.38% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 211 - color contains mainly: red. Hex color #D300AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D300AA is #2CFF55. Grayscale: #525252. Windows color (decimal): -2948950 or 11141331. OLE color: 11141331.

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

Color convert

RGB2110170-
CMYK010.190.17
HSL311.66º100%41.37%-
HSV(B)311.66º100%82.75%-
XYZ34.1216.7539.47-
YUV82.47177.4219.68-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 55.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 44.62%
R=55.38%
G=0%
B=44.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2110170010.190.17311.6610041.37
HexD30AA06413111386429
Octal32302520144232147014451
Binary110100110101010100110010010011100011001110001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D300AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D300AA; }

 p { color: rgb(211,0,170); }

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

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

 a { background-color: rgb(211,0,170); }

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

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

 span { border-color: rgb(211,0,170); }

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