#D60EA1

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

Shades of Hollywood Cerise #D60EA1

Tints of Hollywood Cerise #D60EA1

Color information

#D60EA1 (or 0xD60EA1) is unknown color: approx Hollywood Cerise. HEX triplet: D6, 0E and A1. RGB value is (214,14,161). Sum of RGB (Red+Green+Blue) = 214+14+161=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D60EA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60EA1 is #29F15E. Grayscale: #5A5A5A. Windows color (decimal): -2748767 or 10555094. OLE color: 10555094.

HSL color Cylindrical-coordinate representation of color #D60EA1: hue angle of 315.9º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60EA1 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB21414161-
CMYK00.930.250.16
HSL315.9º87.72%44.71%-
HSV(B)315.9º93.46%83.92%-
XYZ34.3217.1835.23-
YUV90.56167.76216.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.01%
GREEN value IS 14 (5.86% from 255) = 3.60%
BLUE value IS 161 (63.28% from 255) = 41.39%
R=55.01%
G=3.60%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141416100.930.250.16315.987.7244.71
HexD6EA105D191013c582d
Octal326162410135312047413055
Binary110101101110101000010101110111001100001001111001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60EA1; }

 p { color: rgb(214,14,161); }

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

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

 a { background-color: rgb(214,14,161); }

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

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

 span { border-color: rgb(214,14,161); }

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