#DD3356

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

Shades of Amaranth #DD3356

Tints of Amaranth #DD3356

Color information

#DD3356 (or 0xDD3356) is unknown color: approx Amaranth. HEX triplet: DD, 33 and 56. RGB value is (221,51,86). Sum of RGB (Red+Green+Blue) = 221+51+86=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3356 is #22CCA9. Grayscale: #696969. Windows color (decimal): -2280618 or 5649373. OLE color: 5649373.

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

Color convert

RGB2215186-
CMYK00.770.610.13
HSL347.65º71.43%53.33%-
HSV(B)347.65º76.92%86.67%-
XYZ32.6818.4110.64-
YUV105.82116.82210.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 61.73%
GREEN value IS 51 (20.31% from 255) = 14.25%
BLUE value IS 86 (33.98% from 255) = 24.02%
R=61.73%
G=14.25%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221518600.770.610.13347.6571.4353.33
HexDD335604D3DD15c4735
Octal335631260115751553410765
Binary1101110111001110101100100110111110111011010111001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3356; }

 p { color: rgb(221,51,86); }

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

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

 a { background-color: rgb(221,51,86); }

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

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

 span { border-color: rgb(221,51,86); }

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