#D80198

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

Shades of Hollywood Cerise #D80198

Tints of Hollywood Cerise #D80198

Color information

#D80198 (or 0xD80198) is unknown color: approx Hollywood Cerise. HEX triplet: D8, 01 and 98. RGB value is (216,1,152). Sum of RGB (Red+Green+Blue) = 216+1+152=369 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.54% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 216 - color contains mainly: red. Hex color #D80198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80198 is #27FE67. Grayscale: #525252. Windows color (decimal): -2621032 or 9961944. OLE color: 9961944.

HSL color Cylindrical-coordinate representation of color #D80198: hue angle of 317.86º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80198 is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB2161152-
CMYK01.000.300.15
HSL317.86º99.08%42.55%-
HSV(B)317.86º99.54%84.71%-
XYZ3416.8931.17-
YUV82.5167.23223.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 58.54%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 152 (59.77% from 255) = 41.19%
R=58.54%
G=0.27%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216115201.000.300.15317.8699.0842.55
HexD81980641EF13e632b
Octal33012300144361747614353
Binary11011000110011000011001001111011111001111101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80198; }

 p { color: rgb(216,1,152); }

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

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

 a { background-color: rgb(216,1,152); }

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

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

 span { border-color: rgb(216,1,152); }

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