#DB5172

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

Shades of Cranberry #DB5172

Tints of Cranberry #DB5172

Color information

#DB5172 (or 0xDB5172) is unknown color: approx Cranberry. HEX triplet: DB, 51 and 72. RGB value is (219,81,114). Sum of RGB (Red+Green+Blue) = 219+81+114=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5172 is #24AE8D. Grayscale: #7E7E7E. Windows color (decimal): -2403982 or 7492059. OLE color: 7492059.

HSL color Cylindrical-coordinate representation of color #DB5172: hue angle of 345.65º 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 #DB5172 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB21981114-
CMYK00.630.480.14
HSL345.65º65.71%58.82%-
HSV(B)345.65º63.01%85.88%-
XYZ35.1922.1618.34-
YUV126.02121.22194.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.90%
GREEN value IS 81 (32.03% from 255) = 19.57%
BLUE value IS 114 (44.92% from 255) = 27.54%
R=52.90%
G=19.57%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198111400.630.480.14345.6565.7158.82
HexDB517203F30E15a423b
Octal333121162077601653210273
Binary1101101110100011110010011111111000011101010110101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5172; }

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

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

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

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

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

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

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

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