#DF5470

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

Shades of Cranberry #DF5470

Tints of Cranberry #DF5470

Color information

#DF5470 (or 0xDF5470) is unknown color: approx Cranberry. HEX triplet: DF, 54 and 70. RGB value is (223,84,112). Sum of RGB (Red+Green+Blue) = 223+84+112=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5470 is #20AB8F. Grayscale: #808080. Windows color (decimal): -2141072 or 7361759. OLE color: 7361759.

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

Color convert

RGB22384112-
CMYK00.620.500.13
HSL347.91º68.47%60.2%-
HSV(B)347.91º62.33%87.45%-
XYZ36.5323.217.88-
YUV128.75118.55195.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.22%
GREEN value IS 84 (33.20% from 255) = 20.05%
BLUE value IS 112 (44.14% from 255) = 26.73%
R=53.22%
G=20.05%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238411200.620.500.13347.9168.4760.2
HexDF547003E32D15c443c
Octal337124160076621553410474
Binary1101111110101001110000011111011001011011010111001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5470; }

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

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

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

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

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

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

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

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