Html Css Color HEX #DB2876 Deep Cerise

📋 copy color: '#DB2876'

red 219 ◦ green 40 ◦ blue 118

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

Shades of Deep Cerise #DB2876

Tints of Deep Cerise #DB2876

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.61%

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

R = 58.09%
G = 10.61%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB2876 (or 0xDB2876) is known color: Deep Cerise. HEX triplet: DB, 28 and 76. RGB value is (219,40,118). Sum of RGB (Red+Green+Blue) = 219+40+118=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2876 is #24D789. Grayscale: #666666. Windows color (decimal): -2414474 or 7743707. OLE color: 7743707.

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

Color convert

RGB 219 40 118 -
CMYK 0 0.82 0.46 0.14
HSL 333.85º 0.71% 0.51% -
HSV(B) 333.85º 0.82% 0.86% -
XYZ 33.24 17.89 18.84 -
YUV 102.41 136.8 211.16 -
System Red Green Blue C M Y K H S L
Decimal 219 40 118 0 0.82 0.46 0.14 333.85 0.71 0.51
Hex DB 28 76 0 52 2E E 14E 47 33
Octal 333 50 166 0 122 56 16 516 107 63
Binary 11011011 101000 1110110 0 1010010 101110 1110 101001110 1000111 110011

Color Harmonies of #DB2876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2876

Black with #DB2876

Text Example


Text Example

White with #DB2876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2876; }

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

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

background-color css

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

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

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

border-color css

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

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

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