Html Css Color HEX #DB2199 Deep Cerise

📋 copy color: '#DB2199'

red 219 ◦ green 33 ◦ blue 153

#DB2199
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #DB2199

Tints of Deep Cerise #DB2199

RGB

 RED value IS 219 (85.94% from 255) = 54.07%

 GREEN value IS 33 (13.28% from 255) = 8.15%

 BLUE value IS 153 (60.16% from 255) = 37.78%

R = 54.07%
G = 8.15%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB2199 (or 0xDB2199) is known color: Deep Cerise. HEX triplet: DB, 21 and 99. RGB value is (219,33,153). Sum of RGB (Red+Green+Blue) = 219+33+153=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2199 is #24DE66. Grayscale: #666666. Windows color (decimal): -2416231 or 10035675. OLE color: 10035675.

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

Color convert

RGB 219 33 153 -
CMYK 0 0.85 0.30 0.14
HSL 321.29º 0.74% 0.49% -
HSV(B) 321.29º 0.85% 0.86% -
XYZ 35.51 18.45 31.83 -
YUV 102.29 156.62 211.24 -
System Red Green Blue C M Y K H S L
Decimal 219 33 153 0 0.85 0.30 0.14 321.29 0.74 0.49
Hex DB 21 99 0 55 1E E 141 4A 31
Octal 333 41 231 0 125 36 16 501 112 61
Binary 11011011 100001 10011001 0 1010101 11110 1110 101000001 1001010 110001

Color Harmonies of #DB2199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2199

Black with #DB2199

Text Example


Text Example

White with #DB2199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2199; }

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

 H1.HeaderClassName
 {
   color: #DB2199;
 }
 .AnyTagClassName
 {
   color: #DB2199;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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