Html Css Color HEX #DB2076 Deep Cerise

📋 copy color: '#DB2076'

red 219 ◦ green 32 ◦ blue 118

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

Shades of Deep Cerise #DB2076

Tints of Deep Cerise #DB2076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.67%

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

R = 59.35%
G = 8.67%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB2076 (or 0xDB2076) is known color: Deep Cerise. HEX triplet: DB, 20 and 76. RGB value is (219,32,118). Sum of RGB (Red+Green+Blue) = 219+32+118=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2076 is #24DF89. Grayscale: #616161. Windows color (decimal): -2416522 or 7741659. OLE color: 7741659.

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

Color convert

RGB 219 32 118 -
CMYK 0 0.85 0.46 0.14
HSL 332.41º 0.75% 0.49% -
HSV(B) 332.41º 0.85% 0.86% -
XYZ 33 17.4 18.76 -
YUV 97.72 139.45 214.51 -
System Red Green Blue C M Y K H S L
Decimal 219 32 118 0 0.85 0.46 0.14 332.41 0.75 0.49
Hex DB 20 76 0 55 2E E 14C 4B 31
Octal 333 40 166 0 125 56 16 514 113 61
Binary 11011011 100000 1110110 0 1010101 101110 1110 101001100 1001011 110001

Color Harmonies of #DB2076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2076

Black with #DB2076

Text Example


Text Example

White with #DB2076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2076; }

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

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

background-color css

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

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

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

border-color css

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

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

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