#dd3f50

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

Shades of Amaranth #DD3F50

Tints of Amaranth #DD3F50

Color information

#DD3F50 (or 0xDD3F50) is unknown color: approx Amaranth. HEX triplet: DD, 3F and 50. RGB value is (221,63,80). Sum of RGB (Red+Green+Blue) = 221+63+80=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F50 is #22C0AF. Grayscale: #707070. Windows color (decimal): -2277552 or 5259229. OLE color: 5259229.

HSL color Cylindrical-coordinate representation of color #DD3F50: hue angle of 353.54º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD3F50 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB2216380-
CMYK00.710.640.13
HSL353.54º69.91%55.69%-
HSV(B)353.54º71.49%86.67%-
XYZ33.0419.519.61-
YUV112.18109.85205.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.71%
GREEN value IS 63 (25% from 255) = 17.31%
BLUE value IS 80 (31.64% from 255) = 21.98%
R=60.71%
G=17.31%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221638000.710.640.13353.5469.9155.69
HexDD3F5004740D1624638
Octal3357712001071001554210670
Binary11011101111111101000001000111100000011011011000101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd3f50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd3f50; }

 p { color: rgb(221,63,80); }

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

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

 a { background-color: rgb(221,63,80); }

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

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

 span { border-color: rgb(221,63,80); }

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