#DF5970

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

Shades of Cranberry #DF5970

Tints of Cranberry #DF5970

Color information

#DF5970 (or 0xDF5970) is unknown color: approx Cranberry. HEX triplet: DF, 59 and 70. RGB value is (223,89,112). Sum of RGB (Red+Green+Blue) = 223+89+112=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5970 is #20A68F. Grayscale: #838383. Windows color (decimal): -2139792 or 7363039. OLE color: 7363039.

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

Color convert

RGB22389112-
CMYK00.600.500.13
HSL349.7º67.68%61.18%-
HSV(B)349.7º60.09%87.45%-
XYZ36.932418.02-
YUV131.69116.89193.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.59%
GREEN value IS 89 (35.16% from 255) = 20.99%
BLUE value IS 112 (44.14% from 255) = 26.42%
R=52.59%
G=20.99%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238911200.600.500.13349.767.6861.18
HexDF597003C32D15e443d
Octal337131160074621553610475
Binary1101111110110011110000011110011001011011010111101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5970; }

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

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

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

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

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

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

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

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