#DB3891

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

Shades of Deep Cerise #DB3891

Tints of Deep Cerise #DB3891

Color information

#DB3891 (or 0xDB3891) is unknown color: approx Deep Cerise. HEX triplet: DB, 38 and 91. RGB value is (219,56,145). Sum of RGB (Red+Green+Blue) = 219+56+145=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 56 (22.27% from 255 or 13.33% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3891 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3891 is #24C76E. Grayscale: #727272. Windows color (decimal): -2410351 or 9517275. OLE color: 9517275.

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

Color convert

RGB21956145-
CMYK00.740.340.14
HSL327.24º69.36%53.92%-
HSV(B)327.24º74.43%85.88%-
XYZ35.7419.9328.75-
YUV114.88145202.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.14%
GREEN value IS 56 (22.27% from 255) = 13.33%
BLUE value IS 145 (57.03% from 255) = 34.52%
R=52.14%
G=13.33%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2195614500.740.340.14327.2469.3653.92
HexDB389104A22E1474536
Octal333702210112421650710566
Binary11011011111000100100010100101010001011101010001111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3891; }

 p { color: rgb(219,56,145); }

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

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

 a { background-color: rgb(219,56,145); }

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

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

 span { border-color: rgb(219,56,145); }

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