#D60AA5

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

Shades of Hollywood Cerise #D60AA5

Tints of Hollywood Cerise #D60AA5

Color information

#D60AA5 (or 0xD60AA5) is unknown color: approx Hollywood Cerise. HEX triplet: D6, 0A and A5. RGB value is (214,10,165). Sum of RGB (Red+Green+Blue) = 214+10+165=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 10 (4.30% from 255 or 2.57% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D60AA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60AA5 is #29F55A. Grayscale: #585858. Windows color (decimal): -2749787 or 10816214. OLE color: 10816214.

HSL color Cylindrical-coordinate representation of color #D60AA5: hue angle of 314.41º 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 #D60AA5 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB21410165-
CMYK00.950.230.16
HSL314.41º91.07%43.92%-
HSV(B)314.41º95.33%83.92%-
XYZ34.6317.2337.1-
YUV88.67171.09217.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.01%
GREEN value IS 10 (4.30% from 255) = 2.57%
BLUE value IS 165 (64.84% from 255) = 42.42%
R=55.01%
G=2.57%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141016500.950.230.16314.4191.0743.92
HexD6AA505F171013a5b2c
Octal326122450137272047213354
Binary110101101010101001010101111110111100001001110101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60AA5; }

 p { color: rgb(214,10,165); }

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

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

 a { background-color: rgb(214,10,165); }

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

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

 span { border-color: rgb(214,10,165); }

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