#DF546E

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

Shades of Cranberry #DF546E

Tints of Cranberry #DF546E

Color information

#DF546E (or 0xDF546E) is unknown color: approx Cranberry. HEX triplet: DF, 54 and 6E. RGB value is (223,84,110). Sum of RGB (Red+Green+Blue) = 223+84+110=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF546E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF546E is #20AB91. Grayscale: #808080. Windows color (decimal): -2141074 or 7230687. OLE color: 7230687.

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

Color convert

RGB22384110-
CMYK00.620.510.13
HSL348.78º68.47%60.2%-
HSV(B)348.78º62.33%87.45%-
XYZ36.4223.1517.3-
YUV128.52117.55195.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.48%
GREEN value IS 84 (33.20% from 255) = 20.14%
BLUE value IS 110 (43.36% from 255) = 26.38%
R=53.48%
G=20.14%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238411000.620.510.13348.7868.4760.2
HexDF546E03E33D15d443c
Octal337124156076631553510474
Binary1101111110101001101110011111011001111011010111011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF546E; }

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

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

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

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

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

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

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

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