Html Css Color HEX #DB2276 Deep Cerise

📋 copy color: '#DB2276'

red 219 ◦ green 34 ◦ blue 118

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

Shades of Deep Cerise #DB2276

Tints of Deep Cerise #DB2276

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.16%

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

R = 59.03%
G = 9.16%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB2276 (or 0xDB2276) is known color: Deep Cerise. HEX triplet: DB, 22 and 76. RGB value is (219,34,118). Sum of RGB (Red+Green+Blue) = 219+34+118=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2276 is #24DD89. Grayscale: #626262. Windows color (decimal): -2416010 or 7742171. OLE color: 7742171.

HSL color Cylindrical-coordinate representation of color #DB2276: hue angle of 332.76º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2276 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 34 118 -
CMYK 0 0.84 0.46 0.14
HSL 332.76º 0.73% 0.5% -
HSV(B) 332.76º 0.84% 0.86% -
XYZ 33.06 17.51 18.78 -
YUV 98.89 138.79 213.67 -
System Red Green Blue C M Y K H S L
Decimal 219 34 118 0 0.84 0.46 0.14 332.76 0.73 0.5
Hex DB 22 76 0 54 2E E 14D 49 32
Octal 333 42 166 0 124 56 16 515 111 62
Binary 11011011 100010 1110110 0 1010100 101110 1110 101001101 1001001 110010

Color Harmonies of #DB2276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2276

Black with #DB2276

Text Example


Text Example

White with #DB2276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2276; }

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

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

background-color css

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

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

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

border-color css

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

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

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