#DF4071

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

Shades of Cranberry #DF4071

Tints of Cranberry #DF4071

Color information

#DF4071 (or 0xDF4071) is unknown color: approx Cranberry. HEX triplet: DF, 40 and 71. RGB value is (223,64,113). Sum of RGB (Red+Green+Blue) = 223+64+113=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4071 is #20BF8E. Grayscale: #757575. Windows color (decimal): -2146191 or 7422175. OLE color: 7422175.

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

Color convert

RGB22364113-
CMYK00.710.490.13
HSL341.51º71.3%56.27%-
HSV(B)341.51º71.3%87.45%-
XYZ35.2520.5517.73-
YUV117.13125.68203.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.75%
GREEN value IS 64 (25.39% from 255) = 16%
BLUE value IS 113 (44.53% from 255) = 28.25%
R=55.75%
G=16%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2236411300.710.490.13341.5171.356.27
HexDF407104731D1564738
Octal3371001610107611552610770
Binary11011111100000011100010100011111000111011010101101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4071; }

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

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

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

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

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

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

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

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