#DD334D

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

Shades of Amaranth #DD334D

Tints of Amaranth #DD334D

Color information

#DD334D (or 0xDD334D) is unknown color: approx Amaranth. HEX triplet: DD, 33 and 4D. RGB value is (221,51,77). Sum of RGB (Red+Green+Blue) = 221+51+77=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD334D is #22CCB2. Grayscale: #686868. Windows color (decimal): -2280627 or 5059549. OLE color: 5059549.

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

Color convert

RGB2215177-
CMYK00.770.650.13
HSL350.82º71.43%53.33%-
HSV(B)350.82º76.92%86.67%-
XYZ32.3418.288.84-
YUV104.79112.32210.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 63.32%
GREEN value IS 51 (20.31% from 255) = 14.61%
BLUE value IS 77 (30.47% from 255) = 22.06%
R=63.32%
G=14.61%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221517700.770.650.13350.8271.4353.33
HexDD334D04D41D15f4735
Octal3356311501151011553710765
Binary11011101110011100110101001101100000111011010111111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD334D; }

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

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

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

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

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

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

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

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