Html Css Color HEX #DB2192 Deep Cerise

📋 copy color: '#DB2192'

red 219 ◦ green 33 ◦ blue 146

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

Shades of Deep Cerise #DB2192

Tints of Deep Cerise #DB2192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.68%

R = 55.03%
G = 8.29%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB2192 (or 0xDB2192) is known color: Deep Cerise. HEX triplet: DB, 21 and 92. RGB value is (219,33,146). Sum of RGB (Red+Green+Blue) = 219+33+146=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2192 is #24DE6D. Grayscale: #656565. Windows color (decimal): -2416238 or 9576923. OLE color: 9576923.

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

Color convert

RGB 219 33 146 -
CMYK 0 0.85 0.33 0.14
HSL 323.55º 0.74% 0.49% -
HSV(B) 323.55º 0.85% 0.86% -
XYZ 34.95 18.22 28.87 -
YUV 101.5 153.12 211.81 -
System Red Green Blue C M Y K H S L
Decimal 219 33 146 0 0.85 0.33 0.14 323.55 0.74 0.49
Hex DB 21 92 0 55 21 E 144 4A 31
Octal 333 41 222 0 125 41 16 504 112 61
Binary 11011011 100001 10010010 0 1010101 100001 1110 101000100 1001010 110001

Color Harmonies of #DB2192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2192

Black with #DB2192

Text Example


Text Example

White with #DB2192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2192; }

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

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

background-color css

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

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

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

border-color css

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

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

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