Html Css Color HEX #DB2979 Deep Cerise

📋 copy color: '#DB2979'

red 219 ◦ green 41 ◦ blue 121

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

Shades of Deep Cerise #DB2979

Tints of Deep Cerise #DB2979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.76%

R = 57.48%
G = 10.76%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB2979 (or 0xDB2979) is known color: Deep Cerise. HEX triplet: DB, 29 and 79. RGB value is (219,41,121). Sum of RGB (Red+Green+Blue) = 219+41+121=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2979 is #24D686. Grayscale: #676767. Windows color (decimal): -2414215 or 7940571. OLE color: 7940571.

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

Color convert

RGB 219 41 121 -
CMYK 0 0.81 0.45 0.14
HSL 333.03º 0.71% 0.51% -
HSV(B) 333.03º 0.81% 0.86% -
XYZ 33.46 18.03 19.81 -
YUV 103.34 137.97 210.5 -
System Red Green Blue C M Y K H S L
Decimal 219 41 121 0 0.81 0.45 0.14 333.03 0.71 0.51
Hex DB 29 79 0 51 2D E 14D 47 33
Octal 333 51 171 0 121 55 16 515 107 63
Binary 11011011 101001 1111001 0 1010001 101101 1110 101001101 1000111 110011

Color Harmonies of #DB2979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2979

Black with #DB2979

Text Example


Text Example

White with #DB2979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2979; }

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

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

background-color css

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

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

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

border-color css

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

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

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