#df3254

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

Shades of Amaranth #DF3254

Tints of Amaranth #DF3254

Color information

#DF3254 (or 0xDF3254) is unknown color: approx Amaranth. HEX triplet: DF, 32 and 54. RGB value is (223,50,84). Sum of RGB (Red+Green+Blue) = 223+50+84=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3254 is #20CDAB. Grayscale: #696969. Windows color (decimal): -2149804 or 5518047. OLE color: 5518047.

HSL color Cylindrical-coordinate representation of color #DF3254: hue angle of 348.21º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3254 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB2235084-
CMYK00.780.620.13
HSL348.21º73%53.53%-
HSV(B)348.21º77.58%87.45%-
XYZ33.1718.6110.23-
YUV105.6115.81211.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 62.46%
GREEN value IS 50 (19.92% from 255) = 14.01%
BLUE value IS 84 (33.20% from 255) = 23.53%
R=62.46%
G=14.01%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223508400.780.620.13348.217353.53
HexDF325404E3ED15c4936
Octal337621240116761553411166
Binary1101111111001010101000100111011111011011010111001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df3254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df3254; }

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

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

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

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

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

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

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

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