#DF5472

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

Shades of Cranberry #DF5472

Tints of Cranberry #DF5472

Color information

#DF5472 (or 0xDF5472) is unknown color: approx Cranberry. HEX triplet: DF, 54 and 72. RGB value is (223,84,114). Sum of RGB (Red+Green+Blue) = 223+84+114=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5472 is #20AB8D. Grayscale: #808080. Windows color (decimal): -2141070 or 7492831. OLE color: 7492831.

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

Color convert

RGB22384114-
CMYK00.620.490.13
HSL347.05º68.47%60.2%-
HSV(B)347.05º62.33%87.45%-
XYZ36.6423.2418.47-
YUV128.98119.55195.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.97%
GREEN value IS 84 (33.20% from 255) = 19.95%
BLUE value IS 114 (44.92% from 255) = 27.08%
R=52.97%
G=19.95%
B=27.08%

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
Decimal2238411400.620.490.13347.0568.4760.2
HexDF547203E31D15b443c
Octal337124162076611553310474
Binary1101111110101001110010011111011000111011010110111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5472; }

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

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

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

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

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

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

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

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