#D50AAA

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

Shades of Hollywood Cerise #D50AAA

Tints of Hollywood Cerise #D50AAA

Color information

#D50AAA (or 0xD50AAA) is unknown color: approx Hollywood Cerise. HEX triplet: D5, 0A and AA. RGB value is (213,10,170). Sum of RGB (Red+Green+Blue) = 213+10+170=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D50AAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50AAA is #2AF555. Grayscale: #585858. Windows color (decimal): -2815318 or 11143893. OLE color: 11143893.

HSL color Cylindrical-coordinate representation of color #D50AAA: hue angle of 312.71º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50AAA is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB21310170-
CMYK00.950.200.16
HSL312.71º91.03%43.73%-
HSV(B)312.71º95.31%83.53%-
XYZ34.817.2739.53-
YUV88.94173.75216.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.20%
GREEN value IS 10 (4.30% from 255) = 2.54%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=54.20%
G=2.54%
B=43.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131017000.950.200.16312.7191.0343.73
HexD5AAA05F14101395b2c
Octal325122520137242047113354
Binary110101011010101010100101111110100100001001110011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50AAA; }

 p { color: rgb(213,10,170); }

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

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

 a { background-color: rgb(213,10,170); }

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

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

 span { border-color: rgb(213,10,170); }

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