#DB5472

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

Shades of Cranberry #DB5472

Tints of Cranberry #DB5472

Color information

#DB5472 (or 0xDB5472) is unknown color: approx Cranberry. HEX triplet: DB, 54 and 72. RGB value is (219,84,114). Sum of RGB (Red+Green+Blue) = 219+84+114=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5472 is #24AB8D. Grayscale: #7F7F7F. Windows color (decimal): -2403214 or 7492827. OLE color: 7492827.

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

Color convert

RGB21984114-
CMYK00.620.480.14
HSL346.67º65.22%59.41%-
HSV(B)346.67º61.64%85.88%-
XYZ35.4222.6218.42-
YUV127.78120.23193.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.52%
GREEN value IS 84 (33.20% from 255) = 20.14%
BLUE value IS 114 (44.92% from 255) = 27.34%
R=52.52%
G=20.14%
B=27.34%

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
Decimal2198411400.620.480.14346.6765.2259.41
HexDB547203E30E15b413b
Octal333124162076601653310173
Binary1101101110101001110010011111011000011101010110111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5472; }

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

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

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

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

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

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

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

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