#DF5674

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

Shades of Cranberry #DF5674

Tints of Cranberry #DF5674

Color information

#DF5674 (or 0xDF5674) is unknown color: approx Cranberry. HEX triplet: DF, 56 and 74. RGB value is (223,86,116). Sum of RGB (Red+Green+Blue) = 223+86+116=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5674 is #20A98B. Grayscale: #828282. Windows color (decimal): -2140556 or 7624415. OLE color: 7624415.

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

Color convert

RGB22386116-
CMYK00.610.480.13
HSL346.86º68.16%60.59%-
HSV(B)346.86º61.43%87.45%-
XYZ36.9123.619.13-
YUV130.38119.89194.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.47%
GREEN value IS 86 (33.98% from 255) = 20.24%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=52.47%
G=20.24%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238611600.610.480.13346.8668.1660.59
HexDF567403D30D15b443d
Octal337126164075601553310475
Binary1101111110101101110100011110111000011011010110111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5674; }

 p { color: rgb(223,86,116); }

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

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

 a { background-color: rgb(223,86,116); }

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

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

 span { border-color: rgb(223,86,116); }

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