#DF547E

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

Shades of Cranberry #DF547E

Tints of Cranberry #DF547E

Color information

#DF547E (or 0xDF547E) is unknown color: approx Cranberry. HEX triplet: DF, 54 and 7E. RGB value is (223,84,126). Sum of RGB (Red+Green+Blue) = 223+84+126=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF547E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF547E is #20AB81. Grayscale: #828282. Windows color (decimal): -2141058 or 8279263. OLE color: 8279263.

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

Color convert

RGB22384126-
CMYK00.620.430.13
HSL341.87º68.47%60.2%-
HSV(B)341.87º62.33%87.45%-
XYZ37.3723.5322.31-
YUV130.35125.55194.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.50%
GREEN value IS 84 (33.20% from 255) = 19.40%
BLUE value IS 126 (49.61% from 255) = 29.10%
R=51.50%
G=19.40%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238412600.620.430.13341.8768.4760.2
HexDF547E03E2BD156443c
Octal337124176076531552610474
Binary1101111110101001111110011111010101111011010101101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF547E; }

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

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

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

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

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

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

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

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