#DF5471

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

Shades of Cranberry #DF5471

Tints of Cranberry #DF5471

Color information

#DF5471 (or 0xDF5471) is unknown color: approx Cranberry. HEX triplet: DF, 54 and 71. RGB value is (223,84,113). Sum of RGB (Red+Green+Blue) = 223+84+113=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5471 is #20AB8E. Grayscale: #808080. Windows color (decimal): -2141071 or 7427295. OLE color: 7427295.

HSL color Cylindrical-coordinate representation of color #DF5471: hue angle of 347.48º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF5471 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB22384113-
CMYK00.620.490.13
HSL347.48º68.47%60.2%-
HSV(B)347.48º62.33%87.45%-
XYZ36.5823.2218.18-
YUV128.87119.05195.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.10%
GREEN value IS 84 (33.20% from 255) = 20%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=53.10%
G=20%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238411300.620.490.13347.4868.4760.2
HexDF547103E31D15b443c
Octal337124161076611553310474
Binary1101111110101001110001011111011000111011010110111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5471; }

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

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

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

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

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

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

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

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