#DB14AD

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

Shades of Hollywood Cerise #DB14AD

Tints of Hollywood Cerise #DB14AD

Color information

#DB14AD (or 0xDB14AD) is unknown color: approx Hollywood Cerise. HEX triplet: DB, 14 and AD. RGB value is (219,20,173). Sum of RGB (Red+Green+Blue) = 219+20+173=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB14AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB14AD is #24EB52. Grayscale: #606060. Windows color (decimal): -2419539 or 11343067. OLE color: 11343067.

HSL color Cylindrical-coordinate representation of color #DB14AD: hue angle of 313.87º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB14AD is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB21920173-
CMYK00.910.210.14
HSL313.87º83.26%46.86%-
HSV(B)313.87º90.87%85.88%-
XYZ37.0118.5841.17-
YUV96.94170.93215.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.16%
GREEN value IS 20 (8.20% from 255) = 4.85%
BLUE value IS 173 (67.97% from 255) = 41.99%
R=53.16%
G=4.85%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192017300.910.210.14313.8783.2646.86
HexDB14AD05B15E13a532f
Octal333242550133251647212357
Binary110110111010010101101010110111010111101001110101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB14AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB14AD; }

 p { color: rgb(219,20,173); }

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

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

 a { background-color: rgb(219,20,173); }

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

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

 span { border-color: rgb(219,20,173); }

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