#d60ca8

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

Shades of Hollywood Cerise #D60CA8

Tints of Hollywood Cerise #D60CA8

Color information

#D60CA8 (or 0xD60CA8) is unknown color: approx Hollywood Cerise. HEX triplet: D6, 0C and A8. RGB value is (214,12,168). Sum of RGB (Red+Green+Blue) = 214+12+168=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D60CA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60CA8 is #29F357. Grayscale: #595959. Windows color (decimal): -2749272 or 11013334. OLE color: 11013334.

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

Color convert

RGB21412168-
CMYK00.940.210.16
HSL313.66º89.38%44.31%-
HSV(B)313.66º94.39%83.92%-
XYZ34.9317.3938.56-
YUV90.18171.92216.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.31%
GREEN value IS 12 (5.08% from 255) = 3.05%
BLUE value IS 168 (66.02% from 255) = 42.64%
R=54.31%
G=3.05%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141216800.940.210.16313.6689.3844.31
HexD6CA805E151013a592c
Octal326142500136252047213154
Binary110101101100101010000101111010101100001001110101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d60ca8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d60ca8; }

 p { color: rgb(214,12,168); }

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

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

 a { background-color: rgb(214,12,168); }

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

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

 span { border-color: rgb(214,12,168); }

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