#DB3883

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

Shades of Deep Cerise #DB3883

Tints of Deep Cerise #DB3883

Color information

#DB3883 (or 0xDB3883) is unknown color: approx Deep Cerise. HEX triplet: DB, 38 and 83. RGB value is (219,56,131). Sum of RGB (Red+Green+Blue) = 219+56+131=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3883 is #24C77C. Grayscale: #717171. Windows color (decimal): -2410365 or 8599771. OLE color: 8599771.

HSL color Cylindrical-coordinate representation of color #DB3883: hue angle of 332.39º 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 #DB3883 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB21956131-
CMYK00.740.400.14
HSL332.39º69.36%53.92%-
HSV(B)332.39º74.43%85.88%-
XYZ34.7219.5323.41-
YUV113.29138203.4-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.94%
GREEN value IS 56 (22.27% from 255) = 13.79%
BLUE value IS 131 (51.56% from 255) = 32.27%
R=53.94%
G=13.79%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2195613100.740.400.14332.3969.3653.92
HexDB388304A28E14c4536
Octal333702030112501651410566
Binary11011011111000100000110100101010100011101010011001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3883; }

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

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

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

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

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

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

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

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