Html Css Color HEX #DB3189 Deep Cerise

📋 copy color: '#DB3189'

red 219 ◦ green 49 ◦ blue 137

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

Shades of Deep Cerise #DB3189

Tints of Deep Cerise #DB3189

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.1%

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

R = 54.07%
G = 12.1%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB3189 (or 0xDB3189) is known color: Deep Cerise. HEX triplet: DB, 31 and 89. RGB value is (219,49,137). Sum of RGB (Red+Green+Blue) = 219+49+137=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3189 is #24CE76. Grayscale: #6D6D6D. Windows color (decimal): -2412151 or 8991195. OLE color: 8991195.

HSL color Cylindrical-coordinate representation of color #DB3189: hue angle of 328.94º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB3189 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 49 137 -
CMYK 0 0.78 0.37 0.14
HSL 328.94º 0.7% 0.53% -
HSV(B) 328.94º 0.78% 0.86% -
XYZ 34.83 19.06 25.51 -
YUV 109.86 143.32 205.84 -
System Red Green Blue C M Y K H S L
Decimal 219 49 137 0 0.78 0.37 0.14 328.94 0.7 0.53
Hex DB 31 89 0 4E 25 E 149 46 35
Octal 333 61 211 0 116 45 16 511 106 65
Binary 11011011 110001 10001001 0 1001110 100101 1110 101001001 1000110 110101

Color Harmonies of #DB3189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3189

Black with #DB3189

Text Example


Text Example

White with #DB3189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3189; }

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

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

background-color css

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

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

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

border-color css

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

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

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