#df3355

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

Shades of Amaranth #DF3355

Tints of Amaranth #DF3355

Color information

#DF3355 (or 0xDF3355) is unknown color: approx Amaranth. HEX triplet: DF, 33 and 55. RGB value is (223,51,85). Sum of RGB (Red+Green+Blue) = 223+51+85=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3355 is #20CCAA. Grayscale: #6A6A6A. Windows color (decimal): -2149547 or 5583839. OLE color: 5583839.

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

Color convert

RGB2235185-
CMYK00.770.620.13
HSL348.14º72.88%53.73%-
HSV(B)348.14º77.13%87.45%-
XYZ33.2518.7110.45-
YUV106.3115.98211.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 62.12%
GREEN value IS 51 (20.31% from 255) = 14.21%
BLUE value IS 85 (33.59% from 255) = 23.68%
R=62.12%
G=14.21%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223518500.770.620.13348.1472.8853.73
HexDF335504D3ED15c4936
Octal337631250115761553411166
Binary1101111111001110101010100110111111011011010111001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df3355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df3355; }

 p { color: rgb(223,51,85); }

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

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

 a { background-color: rgb(223,51,85); }

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

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

 span { border-color: rgb(223,51,85); }

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