#DB4290

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

Shades of Deep Cerise #DB4290

Tints of Deep Cerise #DB4290

Color information

#DB4290 (or 0xDB4290) is unknown color: approx Deep Cerise. HEX triplet: DB, 42 and 90. RGB value is (219,66,144). Sum of RGB (Red+Green+Blue) = 219+66+144=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4290 is #24BD6F. Grayscale: #787878. Windows color (decimal): -2407792 or 9454299. OLE color: 9454299.

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

Color convert

RGB21966144-
CMYK00.700.340.14
HSL329.41º68%55.88%-
HSV(B)329.41º69.86%85.88%-
XYZ36.220.9728.53-
YUV120.64141.19198.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.05%
GREEN value IS 66 (26.17% from 255) = 15.38%
BLUE value IS 144 (56.64% from 255) = 33.57%
R=51.05%
G=15.38%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196614400.700.340.14329.416855.88
HexDB429004622E1494438
Octal3331022200106421651110470
Binary110110111000010100100000100011010001011101010010011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4290; }

 p { color: rgb(219,66,144); }

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

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

 a { background-color: rgb(219,66,144); }

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

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

 span { border-color: rgb(219,66,144); }

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