#D5019D

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

Shades of Hollywood Cerise #D5019D

Tints of Hollywood Cerise #D5019D

Color information

#D5019D (or 0xD5019D) is unknown color: approx Hollywood Cerise. HEX triplet: D5, 01 and 9D. RGB value is (213,1,157). Sum of RGB (Red+Green+Blue) = 213+1+157=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5019D is #2AFE62. Grayscale: #515151. Windows color (decimal): -2817635 or 10289621. OLE color: 10289621.

HSL color Cylindrical-coordinate representation of color #D5019D: hue angle of 315.85º 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 #D5019D is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB2131157-
CMYK01.000.260.16
HSL315.85º99.07%41.96%-
HSV(B)315.85º99.53%83.53%-
XYZ33.5416.633.34-
YUV82.17170.24221.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.41%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 157 (61.72% from 255) = 42.32%
R=57.41%
G=0.27%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213115701.000.260.16315.8599.0741.96
HexD519D0641A1013c632a
Octal32512350144322047414352
Binary110101011100111010110010011010100001001111001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5019D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5019D; }

 p { color: rgb(213,1,157); }

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

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

 a { background-color: rgb(213,1,157); }

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

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

 span { border-color: rgb(213,1,157); }

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