#DB5471

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

Shades of Cranberry #DB5471

Tints of Cranberry #DB5471

Color information

#DB5471 (or 0xDB5471) is unknown color: approx Cranberry. HEX triplet: DB, 54 and 71. RGB value is (219,84,113). Sum of RGB (Red+Green+Blue) = 219+84+113=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5471 is #24AB8E. Grayscale: #7F7F7F. Windows color (decimal): -2403215 or 7427291. OLE color: 7427291.

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

Color convert

RGB21984113-
CMYK00.620.480.14
HSL347.11º65.22%59.41%-
HSV(B)347.11º61.64%85.88%-
XYZ35.3622.5918.12-
YUV127.67119.73193.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.64%
GREEN value IS 84 (33.20% from 255) = 20.19%
BLUE value IS 113 (44.53% from 255) = 27.16%
R=52.64%
G=20.19%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198411300.620.480.14347.1165.2259.41
HexDB547103E30E15b413b
Octal333124161076601653310173
Binary1101101110101001110001011111011000011101010110111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5471; }

 p { color: rgb(219,84,113); }

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

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

 a { background-color: rgb(219,84,113); }

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

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

 span { border-color: rgb(219,84,113); }

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