Html Css Color HEX #DB3989 Deep Cerise

📋 copy color: '#DB3989'

red 219 ◦ green 57 ◦ blue 137

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

Shades of Deep Cerise #DB3989

Tints of Deep Cerise #DB3989

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.8%

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

R = 53.03%
G = 13.8%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB3989 (or 0xDB3989) is known color: Deep Cerise. HEX triplet: DB, 39 and 89. RGB value is (219,57,137). Sum of RGB (Red+Green+Blue) = 219+57+137=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3989 is #24C676. Grayscale: #727272. Windows color (decimal): -2410103 or 8993243. OLE color: 8993243.

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

Color convert

RGB 219 57 137 -
CMYK 0 0.74 0.37 0.14
HSL 330.37º 0.69% 0.54% -
HSV(B) 330.37º 0.74% 0.86% -
XYZ 35.19 19.79 25.63 -
YUV 114.56 140.67 202.5 -
System Red Green Blue C M Y K H S L
Decimal 219 57 137 0 0.74 0.37 0.14 330.37 0.69 0.54
Hex DB 39 89 0 4A 25 E 14A 45 36
Octal 333 71 211 0 112 45 16 512 105 66
Binary 11011011 111001 10001001 0 1001010 100101 1110 101001010 1000101 110110

Color Harmonies of #DB3989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3989

Black with #DB3989

Text Example


Text Example

White with #DB3989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3989; }

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

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

background-color css

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

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

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

border-color css

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

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

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