#D303AA

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

Shades of Hollywood Cerise #D303AA

Tints of Hollywood Cerise #D303AA

Color information

#D303AA (or 0xD303AA) is unknown color: approx Hollywood Cerise. HEX triplet: D3, 03 and AA. RGB value is (211,3,170). Sum of RGB (Red+Green+Blue) = 211+3+170=384 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.95% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 211 - color contains mainly: red. Hex color #D303AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D303AA is #2CFC55. Grayscale: #535353. Windows color (decimal): -2948182 or 11142099. OLE color: 11142099.

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

Color convert

RGB2113170-
CMYK00.990.190.17
HSL311.83º97.2%41.96%-
HSV(B)311.83º98.58%82.75%-
XYZ34.1516.8239.48-
YUV84.23176.41218.42-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.95%
GREEN value IS 3 (1.56% from 255) = 0.78%
BLUE value IS 170 (66.80% from 255) = 44.27%
R=54.95%
G=0.78%
B=44.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211317000.990.190.17311.8397.241.96
HexD33AA0631311138612a
Octal32332520143232147014152
Binary1101001111101010100110001110011100011001110001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D303AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D303AA; }

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

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

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

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

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

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

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

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