#DD3355

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

Shades of Amaranth #DD3355

Tints of Amaranth #DD3355

Color information

#DD3355 (or 0xDD3355) is unknown color: approx Amaranth. HEX triplet: DD, 33 and 55. RGB value is (221,51,85). Sum of RGB (Red+Green+Blue) = 221+51+85=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3355 is #22CCAA. Grayscale: #696969. Windows color (decimal): -2280619 or 5583837. OLE color: 5583837.

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

Color convert

RGB2215185-
CMYK00.770.620.13
HSL348º71.43%53.33%-
HSV(B)348º76.92%86.67%-
XYZ32.6418.410.42-
YUV105.71116.32210.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 61.90%
GREEN value IS 51 (20.31% from 255) = 14.29%
BLUE value IS 85 (33.59% from 255) = 23.81%
R=61.90%
G=14.29%
B=23.81%

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
Decimal221518500.770.620.1334871.4353.33
HexDD335504D3ED15c4735
Octal335631250115761553410765
Binary1101110111001110101010100110111111011011010111001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3355; }

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

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

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

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

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

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

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

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