Html Css Color HEX #DB2189 Deep Cerise

📋 copy color: '#DB2189'

red 219 ◦ green 33 ◦ blue 137

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

Shades of Deep Cerise #DB2189

Tints of Deep Cerise #DB2189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.22%

R = 56.3%
G = 8.48%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB2189 (or 0xDB2189) is known color: Deep Cerise. HEX triplet: DB, 21 and 89. RGB value is (219,33,137). Sum of RGB (Red+Green+Blue) = 219+33+137=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2189 is #24DE76. Grayscale: #646464. Windows color (decimal): -2416247 or 8987099. OLE color: 8987099.

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

Color convert

RGB 219 33 137 -
CMYK 0 0.85 0.37 0.14
HSL 326.45º 0.74% 0.49% -
HSV(B) 326.45º 0.85% 0.86% -
XYZ 34.27 17.95 25.33 -
YUV 100.47 148.62 212.54 -
System Red Green Blue C M Y K H S L
Decimal 219 33 137 0 0.85 0.37 0.14 326.45 0.74 0.49
Hex DB 21 89 0 55 25 E 146 4A 31
Octal 333 41 211 0 125 45 16 506 112 61
Binary 11011011 100001 10001001 0 1010101 100101 1110 101000110 1001010 110001

Color Harmonies of #DB2189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2189

Black with #DB2189

Text Example


Text Example

White with #DB2189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2189; }

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

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

background-color css

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

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

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

border-color css

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

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

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