#DD2153

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

Shades of Amaranth #DD2153

Tints of Amaranth #DD2153

Color information

#DD2153 (or 0xDD2153) is unknown color: approx Amaranth. HEX triplet: DD, 21 and 53. RGB value is (221,33,83). Sum of RGB (Red+Green+Blue) = 221+33+83=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2153 is #22DEAC. Grayscale: #5E5E5E. Windows color (decimal): -2285229 or 5448157. OLE color: 5448157.

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

Color convert

RGB2213383-
CMYK00.850.620.13
HSL344.04º74.02%49.8%-
HSV(B)344.04º85.07%86.67%-
XYZ31.9217.089.8-
YUV94.91121.28217.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 65.58%
GREEN value IS 33 (13.28% from 255) = 9.79%
BLUE value IS 83 (32.81% from 255) = 24.63%
R=65.58%
G=9.79%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221338300.850.620.13344.0474.0249.8
HexDD21530553ED1584a32
Octal335411230125761553011262
Binary1101110110000110100110101010111111011011010110001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2153; }

 p { color: rgb(221,33,83); }

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

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

 a { background-color: rgb(221,33,83); }

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

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

 span { border-color: rgb(221,33,83); }

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