Html Css Color HEX #DB2E76 Deep Cerise

📋 copy color: '#DB2E76'

red 219 ◦ green 46 ◦ blue 118

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

Shades of Deep Cerise #DB2E76

Tints of Deep Cerise #DB2E76

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.01%

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

R = 57.18%
G = 12.01%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB2E76 (or 0xDB2E76) is known color: Deep Cerise. HEX triplet: DB, 2E and 76. RGB value is (219,46,118). Sum of RGB (Red+Green+Blue) = 219+46+118=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2E76 is #24D189. Grayscale: #696969. Windows color (decimal): -2412938 or 7745243. OLE color: 7745243.

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

Color convert

RGB 219 46 118 -
CMYK 0 0.79 0.46 0.14
HSL 335.03º 0.71% 0.52% -
HSV(B) 335.03º 0.79% 0.86% -
XYZ 33.46 18.32 18.91 -
YUV 105.94 134.81 208.65 -
System Red Green Blue C M Y K H S L
Decimal 219 46 118 0 0.79 0.46 0.14 335.03 0.71 0.52
Hex DB 2E 76 0 4F 2E E 14F 47 34
Octal 333 56 166 0 117 56 16 517 107 64
Binary 11011011 101110 1110110 0 1001111 101110 1110 101001111 1000111 110100

Color Harmonies of #DB2E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2E76

Black with #DB2E76

Text Example


Text Example

White with #DB2E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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