Html Css Color HEX #DB2B76 Deep Cerise

📋 copy color: '#DB2B76'

red 219 ◦ green 43 ◦ blue 118

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

Shades of Deep Cerise #DB2B76

Tints of Deep Cerise #DB2B76

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.32%

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

R = 57.63%
G = 11.32%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB2B76 (or 0xDB2B76) is known color: Deep Cerise. HEX triplet: DB, 2B and 76. RGB value is (219,43,118). Sum of RGB (Red+Green+Blue) = 219+43+118=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2B76 is #24D489. Grayscale: #686868. Windows color (decimal): -2413706 or 7744475. OLE color: 7744475.

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

Color convert

RGB 219 43 118 -
CMYK 0 0.80 0.46 0.14
HSL 334.43º 0.71% 0.51% -
HSV(B) 334.43º 0.8% 0.86% -
XYZ 33.35 18.1 18.87 -
YUV 104.17 135.81 209.9 -
System Red Green Blue C M Y K H S L
Decimal 219 43 118 0 0.80 0.46 0.14 334.43 0.71 0.51
Hex DB 2B 76 0 50 2E E 14E 47 33
Octal 333 53 166 0 120 56 16 516 107 63
Binary 11011011 101011 1110110 0 1010000 101110 1110 101001110 1000111 110011

Color Harmonies of #DB2B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2B76

Black with #DB2B76

Text Example


Text Example

White with #DB2B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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