#D6019C

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

Shades of Hollywood Cerise #D6019C

Tints of Hollywood Cerise #D6019C

Color information

#D6019C (or 0xD6019C) is unknown color: approx Hollywood Cerise. HEX triplet: D6, 01 and 9C. RGB value is (214,1,156). Sum of RGB (Red+Green+Blue) = 214+1+156=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6019C is #29FE63. Grayscale: #515151. Windows color (decimal): -2752100 or 10224086. OLE color: 10224086.

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

Color convert

RGB2141156-
CMYK01.000.270.16
HSL316.34º99.07%42.16%-
HSV(B)316.34º99.53%83.92%-
XYZ33.7416.7232.9-
YUV82.36169.57221.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.68%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 156 (61.33% from 255) = 42.05%
R=57.68%
G=0.27%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214115601.000.270.16316.3499.0742.16
HexD619C0641B1013c632a
Octal32612340144332047414352
Binary110101101100111000110010011011100001001111001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6019C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6019C; }

 p { color: rgb(214,1,156); }

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

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

 a { background-color: rgb(214,1,156); }

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

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

 span { border-color: rgb(214,1,156); }

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