#DB4394

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

Shades of Deep Cerise #DB4394

Tints of Deep Cerise #DB4394

Color information

#DB4394 (or 0xDB4394) is unknown color: approx Deep Cerise. HEX triplet: DB, 43 and 94. RGB value is (219,67,148). Sum of RGB (Red+Green+Blue) = 219+67+148=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4394 is #24BC6B. Grayscale: #797979. Windows color (decimal): -2407532 or 9716699. OLE color: 9716699.

HSL color Cylindrical-coordinate representation of color #DB4394: hue angle of 328.03º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4394 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB21967148-
CMYK00.690.320.14
HSL328.03º67.86%56.08%-
HSV(B)328.03º69.41%85.88%-
XYZ36.5721.2130.18-
YUV121.68142.86197.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.46%
GREEN value IS 67 (26.56% from 255) = 15.44%
BLUE value IS 148 (58.20% from 255) = 34.10%
R=50.46%
G=15.44%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196714800.690.320.14328.0367.8656.08
HexDB439404520E1484438
Octal3331032240105401651010470
Binary110110111000011100101000100010110000011101010010001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4394; }

 p { color: rgb(219,67,148); }

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

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

 a { background-color: rgb(219,67,148); }

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

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

 span { border-color: rgb(219,67,148); }

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