#DF547D

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

Shades of Cranberry #DF547D

Tints of Cranberry #DF547D

Color information

#DF547D (or 0xDF547D) is unknown color: approx Cranberry. HEX triplet: DF, 54 and 7D. RGB value is (223,84,125). Sum of RGB (Red+Green+Blue) = 223+84+125=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF547D is #20AB82. Grayscale: #828282. Windows color (decimal): -2141059 or 8213727. OLE color: 8213727.

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

Color convert

RGB22384125-
CMYK00.620.440.13
HSL342.3º68.47%60.2%-
HSV(B)342.3º62.33%87.45%-
XYZ37.323.5121.97-
YUV130.23125.05194.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.62%
GREEN value IS 84 (33.20% from 255) = 19.44%
BLUE value IS 125 (49.22% from 255) = 28.94%
R=51.62%
G=19.44%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238412500.620.440.13342.368.4760.2
HexDF547D03E2CD156443c
Octal337124175076541552610474
Binary1101111110101001111101011111010110011011010101101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF547D; }

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

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

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

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

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

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

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

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