#df556f

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

Shades of Cranberry #DF556F

Tints of Cranberry #DF556F

Color information

#DF556F (or 0xDF556F) is unknown color: approx Cranberry. HEX triplet: DF, 55 and 6F. RGB value is (223,85,111). Sum of RGB (Red+Green+Blue) = 223+85+111=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF556F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF556F is #20AA90. Grayscale: #818181. Windows color (decimal): -2140817 or 7296479. OLE color: 7296479.

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

Color convert

RGB22385111-
CMYK00.620.500.13
HSL348.7º68.32%60.39%-
HSV(B)348.7º61.88%87.45%-
XYZ36.5523.3317.62-
YUV129.23117.72194.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.22%
GREEN value IS 85 (33.59% from 255) = 20.29%
BLUE value IS 111 (43.75% from 255) = 26.49%
R=53.22%
G=20.29%
B=26.49%

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
Decimal2238511100.620.500.13348.768.3260.39
HexDF556F03E32D15d443c
Octal337125157076621553510474
Binary1101111110101011101111011111011001011011010111011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df556f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df556f; }

 p { color: rgb(223,85,111); }

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

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

 a { background-color: rgb(223,85,111); }

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

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

 span { border-color: rgb(223,85,111); }

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