#DB14A5

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

Shades of Hollywood Cerise #DB14A5

Tints of Hollywood Cerise #DB14A5

Color information

#DB14A5 (or 0xDB14A5) is unknown color: approx Hollywood Cerise. HEX triplet: DB, 14 and A5. RGB value is (219,20,165). Sum of RGB (Red+Green+Blue) = 219+20+165=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB14A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB14A5 is #24EB5A. Grayscale: #5F5F5F. Windows color (decimal): -2419547 or 10818779. OLE color: 10818779.

HSL color Cylindrical-coordinate representation of color #DB14A5: hue angle of 316.28º 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 #DB14A5 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB21920165-
CMYK00.910.250.14
HSL316.28º83.26%46.86%-
HSV(B)316.28º90.87%85.88%-
XYZ36.2618.2837.21-
YUV96.03166.93215.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 54.21%
GREEN value IS 20 (8.20% from 255) = 4.95%
BLUE value IS 165 (64.84% from 255) = 40.84%
R=54.21%
G=4.95%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192016500.910.250.14316.2883.2646.86
HexDB14A505B19E13c532f
Octal333242450133311647412357
Binary110110111010010100101010110111100111101001111001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB14A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB14A5; }

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

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

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

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

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

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

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

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