#D6019B

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

Shades of Hollywood Cerise #D6019B

Tints of Hollywood Cerise #D6019B

Color information

#D6019B (or 0xD6019B) is unknown color: approx Hollywood Cerise. HEX triplet: D6, 01 and 9B. RGB value is (214,1,155). Sum of RGB (Red+Green+Blue) = 214+1+155=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D6019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6019B is #29FE64. Grayscale: #515151. Windows color (decimal): -2752101 or 10158550. OLE color: 10158550.

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

Color convert

RGB2141155-
CMYK01.000.280.16
HSL316.62º99.07%42.16%-
HSV(B)316.62º99.53%83.92%-
XYZ33.6616.6832.46-
YUV82.24169.07221.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.84%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 155 (60.94% from 255) = 41.89%
R=57.84%
G=0.27%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214115501.000.280.16316.6299.0742.16
HexD619B0641C1013d632a
Octal32612330144342047514352
Binary110101101100110110110010011100100001001111011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6019B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6019B; }

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

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

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

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

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

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

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

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