#D60299

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

Shades of Hollywood Cerise #D60299

Tints of Hollywood Cerise #D60299

Color information

#D60299 (or 0xD60299) is unknown color: approx Hollywood Cerise. HEX triplet: D6, 02 and 99. RGB value is (214,2,153). Sum of RGB (Red+Green+Blue) = 214+2+153=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D60299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60299 is #29FD66. Grayscale: #525252. Windows color (decimal): -2751847 or 10027734. OLE color: 10027734.

HSL color Cylindrical-coordinate representation of color #D60299: hue angle of 317.26º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60299 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB2142153-
CMYK00.990.290.16
HSL317.26º98.15%42.35%-
HSV(B)317.26º99.07%83.92%-
XYZ33.516.6431.58-
YUV82.6167.74221.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.99%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 153 (60.16% from 255) = 41.46%
R=57.99%
G=0.54%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214215300.990.290.16317.2698.1542.35
HexD62990631D1013d622a
Octal32622310143352047514252
Binary1101011010100110010110001111101100001001111011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60299; }

 p { color: rgb(214,2,153); }

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

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

 a { background-color: rgb(214,2,153); }

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

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

 span { border-color: rgb(214,2,153); }

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