Html Css Color HEX #DB3889 Deep Cerise

📋 copy color: '#DB3889'

red 219 ◦ green 56 ◦ blue 137

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

Shades of Deep Cerise #DB3889

Tints of Deep Cerise #DB3889

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.59%

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

R = 53.16%
G = 13.59%
B = 33.25%

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

#DB3889 (or 0xDB3889) is known color: Deep Cerise. HEX triplet: DB, 38 and 89. RGB value is (219,56,137). Sum of RGB (Red+Green+Blue) = 219+56+137=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 56 (22.27% from 255 or 13.59% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3889 is #24C776. Grayscale: #717171. Windows color (decimal): -2410359 or 8992987. OLE color: 8992987.

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

Color convert

RGB 219 56 137 -
CMYK 0 0.74 0.37 0.14
HSL 330.18º 0.69% 0.54% -
HSV(B) 330.18º 0.74% 0.86% -
XYZ 35.14 19.69 25.62 -
YUV 113.97 141 202.91 -
System Red Green Blue C M Y K H S L
Decimal 219 56 137 0 0.74 0.37 0.14 330.18 0.69 0.54
Hex DB 38 89 0 4A 25 E 14A 45 36
Octal 333 70 211 0 112 45 16 512 105 66
Binary 11011011 111000 10001001 0 1001010 100101 1110 101001010 1000101 110110

Color Harmonies of #DB3889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3889

Black with #DB3889

Text Example


Text Example

White with #DB3889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3889; }

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

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

background-color css

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

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

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

border-color css

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

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

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