#DF4070

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

Shades of Cranberry #DF4070

Tints of Cranberry #DF4070

Color information

#DF4070 (or 0xDF4070) is unknown color: approx Cranberry. HEX triplet: DF, 40 and 70. RGB value is (223,64,112). Sum of RGB (Red+Green+Blue) = 223+64+112=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4070 is #20BF8F. Grayscale: #747474. Windows color (decimal): -2146192 or 7356639. OLE color: 7356639.

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

Color convert

RGB22364112-
CMYK00.710.500.13
HSL341.89º71.3%56.27%-
HSV(B)341.89º71.3%87.45%-
XYZ35.1920.5217.44-
YUV117.01125.18203.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.89%
GREEN value IS 64 (25.39% from 255) = 16.04%
BLUE value IS 112 (44.14% from 255) = 28.07%
R=55.89%
G=16.04%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2236411200.710.500.13341.8971.356.27
HexDF407004732D1564738
Octal3371001600107621552610770
Binary11011111100000011100000100011111001011011010101101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4070; }

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

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

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

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

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

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

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

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