Html Css Color HEX #DB2989 Deep Cerise

📋 copy color: '#DB2989'

red 219 ◦ green 41 ◦ blue 137

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

Shades of Deep Cerise #DB2989

Tints of Deep Cerise #DB2989

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.33%

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

R = 55.16%
G = 10.33%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB2989 (or 0xDB2989) is known color: Deep Cerise. HEX triplet: DB, 29 and 89. RGB value is (219,41,137). Sum of RGB (Red+Green+Blue) = 219+41+137=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2989 is #24D676. Grayscale: #686868. Windows color (decimal): -2414199 or 8989147. OLE color: 8989147.

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

Color convert

RGB 219 41 137 -
CMYK 0 0.81 0.37 0.14
HSL 327.64º 0.71% 0.51% -
HSV(B) 327.64º 0.81% 0.86% -
XYZ 34.52 18.45 25.41 -
YUV 105.17 145.97 209.19 -
System Red Green Blue C M Y K H S L
Decimal 219 41 137 0 0.81 0.37 0.14 327.64 0.71 0.51
Hex DB 29 89 0 51 25 E 148 47 33
Octal 333 51 211 0 121 45 16 510 107 63
Binary 11011011 101001 10001001 0 1010001 100101 1110 101001000 1000111 110011

Color Harmonies of #DB2989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2989

Black with #DB2989

Text Example


Text Example

White with #DB2989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2989; }

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

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

background-color css

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

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

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

border-color css

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

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

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