#DB299F

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

Shades of Deep Cerise #DB299F

Tints of Deep Cerise #DB299F

Color information

#DB299F (or 0xDB299F) is unknown color: approx Deep Cerise. HEX triplet: DB, 29 and 9F. RGB value is (219,41,159). Sum of RGB (Red+Green+Blue) = 219+41+159=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB299F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB299F is #24D660. Grayscale: #6B6B6B. Windows color (decimal): -2414177 or 10430939. OLE color: 10430939.

HSL color Cylindrical-coordinate representation of color #DB299F: hue angle of 320.22º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB299F is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB21941159-
CMYK00.810.270.14
HSL320.22º71.2%50.98%-
HSV(B)320.22º81.28%85.88%-
XYZ36.2619.1534.59-
YUV107.67156.97207.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.27%
GREEN value IS 41 (16.41% from 255) = 9.79%
BLUE value IS 159 (62.5% from 255) = 37.95%
R=52.27%
G=9.79%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2194115900.810.270.14320.2271.250.98
HexDB299F0511BE1404733
Octal333512370121331650010763
Binary1101101110100110011111010100011101111101010000001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB299F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB299F; }

 p { color: rgb(219,41,159); }

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

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

 a { background-color: rgb(219,41,159); }

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

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

 span { border-color: rgb(219,41,159); }

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