#DB5176

Color #DB5176 Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #DB5176

Tints of Cranberry #DB5176

Color information

#DB5176 (or 0xDB5176) is unknown color: approx Cranberry. HEX triplet: DB, 51 and 76. RGB value is (219,81,118). Sum of RGB (Red+Green+Blue) = 219+81+118=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5176 is #24AE89. Grayscale: #7E7E7E. Windows color (decimal): -2403978 or 7754203. OLE color: 7754203.

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

Color convert

RGB21981118-
CMYK00.630.460.14
HSL343.91º65.71%58.82%-
HSV(B)343.91º63.01%85.88%-
XYZ35.4322.2519.57-
YUV126.48123.22193.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.39%
GREEN value IS 81 (32.03% from 255) = 19.38%
BLUE value IS 118 (46.48% from 255) = 28.23%
R=52.39%
G=19.38%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198111800.630.460.14343.9165.7158.82
HexDB517603F2EE158423b
Octal333121166077561653010273
Binary1101101110100011110110011111110111011101010110001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5176; }

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

 H1.HeaderClassName
 {
   color: #DB5176;
 }
 .AnyTagClassName
 {
   color: #DB5176;
 }
</style>
background-color css

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

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

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

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

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

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