#db219f

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

Shades of Deep Cerise #DB219F

Tints of Deep Cerise #DB219F

Color information

#DB219F (or 0xDB219F) is unknown color: approx Deep Cerise. HEX triplet: DB, 21 and 9F. RGB value is (219,33,159). Sum of RGB (Red+Green+Blue) = 219+33+159=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB219F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB219F is #24DE60. Grayscale: #666666. Windows color (decimal): -2416225 or 10428891. OLE color: 10428891.

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

Color convert

RGB21933159-
CMYK00.850.270.14
HSL319.35º73.81%49.41%-
HSV(B)319.35º84.93%85.88%-
XYZ36.0218.6534.5-
YUV102.98159.62210.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.28%
GREEN value IS 33 (13.28% from 255) = 8.03%
BLUE value IS 159 (62.5% from 255) = 38.69%
R=53.28%
G=8.03%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2193315900.850.270.14319.3573.8149.41
HexDB219F0551BE13f4a31
Octal333412370125331647711261
Binary1101101110000110011111010101011101111101001111111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db219f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db219f; }

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

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

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

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

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

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

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

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