Html Css Color HEX #DB2977 Deep Cerise

📋 copy color: '#DB2977'

red 219 ◦ green 41 ◦ blue 119

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

Shades of Deep Cerise #DB2977

Tints of Deep Cerise #DB2977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.4%

R = 57.78%
G = 10.82%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB2977 (or 0xDB2977) is known color: Deep Cerise. HEX triplet: DB, 29 and 77. RGB value is (219,41,119). Sum of RGB (Red+Green+Blue) = 219+41+119=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2977 is #24D688. Grayscale: #666666. Windows color (decimal): -2414217 or 7809499. OLE color: 7809499.

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

Color convert

RGB 219 41 119 -
CMYK 0 0.81 0.46 0.14
HSL 333.71º 0.71% 0.51% -
HSV(B) 333.71º 0.81% 0.86% -
XYZ 33.34 17.98 19.17 -
YUV 103.11 136.97 210.66 -
System Red Green Blue C M Y K H S L
Decimal 219 41 119 0 0.81 0.46 0.14 333.71 0.71 0.51
Hex DB 29 77 0 51 2E E 14E 47 33
Octal 333 51 167 0 121 56 16 516 107 63
Binary 11011011 101001 1110111 0 1010001 101110 1110 101001110 1000111 110011

Color Harmonies of #DB2977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2977

Black with #DB2977

Text Example


Text Example

White with #DB2977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2977; }

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

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

background-color css

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

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

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

border-color css

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

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

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