Html Css Color HEX #DB3176 Deep Cerise

📋 copy color: '#DB3176'

red 219 ◦ green 49 ◦ blue 118

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

Shades of Deep Cerise #DB3176

Tints of Deep Cerise #DB3176

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.69%

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

R = 56.74%
G = 12.69%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB3176 (or 0xDB3176) is known color: Deep Cerise. HEX triplet: DB, 31 and 76. RGB value is (219,49,118). Sum of RGB (Red+Green+Blue) = 219+49+118=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3176 is #24CE89. Grayscale: #6B6B6B. Windows color (decimal): -2412170 or 7746011. OLE color: 7746011.

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

Color convert

RGB 219 49 118 -
CMYK 0 0.78 0.46 0.14
HSL 335.65º 0.7% 0.53% -
HSV(B) 335.65º 0.78% 0.86% -
XYZ 33.58 18.56 18.95 -
YUV 107.7 133.82 207.39 -
System Red Green Blue C M Y K H S L
Decimal 219 49 118 0 0.78 0.46 0.14 335.65 0.7 0.53
Hex DB 31 76 0 4E 2E E 150 46 35
Octal 333 61 166 0 116 56 16 520 106 65
Binary 11011011 110001 1110110 0 1001110 101110 1110 101010000 1000110 110101

Color Harmonies of #DB3176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3176

Black with #DB3176

Text Example


Text Example

White with #DB3176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3176; }

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

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

background-color css

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

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

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

border-color css

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

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

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