Html Css Color HEX #DB2195 Deep Cerise

📋 copy color: '#DB2195'

red 219 ◦ green 33 ◦ blue 149

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

Shades of Deep Cerise #DB2195

Tints of Deep Cerise #DB2195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.16%

R = 54.61%
G = 8.23%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB2195 (or 0xDB2195) is known color: Deep Cerise. HEX triplet: DB, 21 and 95. RGB value is (219,33,149). Sum of RGB (Red+Green+Blue) = 219+33+149=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2195 is #24DE6A. Grayscale: #656565. Windows color (decimal): -2416235 or 9773531. OLE color: 9773531.

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

Color convert

RGB 219 33 149 -
CMYK 0 0.85 0.32 0.14
HSL 322.58º 0.74% 0.49% -
HSV(B) 322.58º 0.85% 0.86% -
XYZ 35.18 18.32 30.12 -
YUV 101.84 154.62 211.57 -
System Red Green Blue C M Y K H S L
Decimal 219 33 149 0 0.85 0.32 0.14 322.58 0.74 0.49
Hex DB 21 95 0 55 20 E 143 4A 31
Octal 333 41 225 0 125 40 16 503 112 61
Binary 11011011 100001 10010101 0 1010101 100000 1110 101000011 1001010 110001

Color Harmonies of #DB2195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2195

Black with #DB2195

Text Example


Text Example

White with #DB2195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2195; }

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

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

background-color css

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

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

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

border-color css

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

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

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