Html Css Color HEX #DB2976 Deep Cerise

📋 copy color: '#DB2976'

red 219 ◦ green 41 ◦ blue 118

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

Shades of Deep Cerise #DB2976

Tints of Deep Cerise #DB2976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.22%

R = 57.94%
G = 10.85%
B = 31.22%

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

#DB2976 (or 0xDB2976) is known color: Deep Cerise. HEX triplet: DB, 29 and 76. RGB value is (219,41,118). Sum of RGB (Red+Green+Blue) = 219+41+118=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2976 is #24D689. Grayscale: #666666. Windows color (decimal): -2414218 or 7743963. OLE color: 7743963.

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

Color convert

RGB 219 41 118 -
CMYK 0 0.81 0.46 0.14
HSL 334.05º 0.71% 0.51% -
HSV(B) 334.05º 0.81% 0.86% -
XYZ 33.28 17.95 18.85 -
YUV 103 136.47 210.74 -
System Red Green Blue C M Y K H S L
Decimal 219 41 118 0 0.81 0.46 0.14 334.05 0.71 0.51
Hex DB 29 76 0 51 2E E 14E 47 33
Octal 333 51 166 0 121 56 16 516 107 63
Binary 11011011 101001 1110110 0 1010001 101110 1110 101001110 1000111 110011

Color Harmonies of #DB2976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2976

Black with #DB2976

Text Example


Text Example

White with #DB2976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2976; }

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

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

background-color css

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

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

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

border-color css

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

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

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