#DF546F

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

Shades of Cranberry #DF546F

Tints of Cranberry #DF546F

Color information

#DF546F (or 0xDF546F) is unknown color: approx Cranberry. HEX triplet: DF, 54 and 6F. RGB value is (223,84,111). Sum of RGB (Red+Green+Blue) = 223+84+111=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF546F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF546F is #20AB90. Grayscale: #808080. Windows color (decimal): -2141073 or 7296223. OLE color: 7296223.

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

Color convert

RGB22384111-
CMYK00.620.500.13
HSL348.35º68.47%60.2%-
HSV(B)348.35º62.33%87.45%-
XYZ36.4723.1817.59-
YUV128.64118.05195.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.35%
GREEN value IS 84 (33.20% from 255) = 20.10%
BLUE value IS 111 (43.75% from 255) = 26.56%
R=53.35%
G=20.10%
B=26.56%

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
Decimal2238411100.620.500.13348.3568.4760.2
HexDF546F03E32D15c443c
Octal337124157076621553410474
Binary1101111110101001101111011111011001011011010111001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF546F; }

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

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

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

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

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

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

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

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