#DB3F9F

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

Shades of Deep Cerise #DB3F9F

Tints of Deep Cerise #DB3F9F

Color information

#DB3F9F (or 0xDB3F9F) is unknown color: approx Deep Cerise. HEX triplet: DB, 3F and 9F. RGB value is (219,63,159). Sum of RGB (Red+Green+Blue) = 219+63+159=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3F9F is #24C060. Grayscale: #787878. Windows color (decimal): -2408545 or 10436571. OLE color: 10436571.

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

Color convert

RGB21963159-
CMYK00.710.270.14
HSL323.08º68.42%55.29%-
HSV(B)323.08º71.23%85.88%-
XYZ37.2521.1234.91-
YUV120.59149.68198.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.66%
GREEN value IS 63 (25% from 255) = 14.29%
BLUE value IS 159 (62.5% from 255) = 36.05%
R=49.66%
G=14.29%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196315900.710.270.14323.0868.4255.29
HexDB3F9F0471BE1434437
Octal333772370107331650310467
Binary1101101111111110011111010001111101111101010000111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3F9F; }

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

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

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

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

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

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

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

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