#DB2DA8

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

Shades of Deep Cerise #DB2DA8

Tints of Deep Cerise #DB2DA8

Color information

#DB2DA8 (or 0xDB2DA8) is unknown color: approx Deep Cerise. HEX triplet: DB, 2D and A8. RGB value is (219,45,168). Sum of RGB (Red+Green+Blue) = 219+45+168=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 168 (66.02% from 255 or 38.89% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2DA8 is #24D257. Grayscale: #6E6E6E. Windows color (decimal): -2413144 or 11021787. OLE color: 11021787.

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

Color convert

RGB21945168-
CMYK00.790.230.14
HSL317.59º70.73%51.76%-
HSV(B)317.59º79.45%85.88%-
XYZ37.2219.7638.9-
YUV111.05160.15205-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.69%
GREEN value IS 45 (17.97% from 255) = 10.42%
BLUE value IS 168 (66.02% from 255) = 38.89%
R=50.69%
G=10.42%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2194516800.790.230.14317.5970.7351.76
HexDB2DA804F17E13e4734
Octal333552500117271647610764
Binary1101101110110110101000010011111011111101001111101000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2DA8; }

 p { color: rgb(219,45,168); }

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

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

 a { background-color: rgb(219,45,168); }

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

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

 span { border-color: rgb(219,45,168); }

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