#DD3452

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

Shades of Amaranth #DD3452

Tints of Amaranth #DD3452

Color information

#DD3452 (or 0xDD3452) is unknown color: approx Amaranth. HEX triplet: DD, 34 and 52. RGB value is (221,52,82). Sum of RGB (Red+Green+Blue) = 221+52+82=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3452 is #22CBAD. Grayscale: #696969. Windows color (decimal): -2280366 or 5387485. OLE color: 5387485.

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

Color convert

RGB2215282-
CMYK00.760.630.13
HSL349.35º71.31%53.53%-
HSV(B)349.35º76.47%86.67%-
XYZ32.5718.449.82-
YUV105.95114.49210.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 62.25%
GREEN value IS 52 (20.70% from 255) = 14.65%
BLUE value IS 82 (32.42% from 255) = 23.10%
R=62.25%
G=14.65%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221528200.760.630.13349.3571.3153.53
HexDD345204C3FD15d4736
Octal335641220114771553510766
Binary1101110111010010100100100110011111111011010111011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3452; }

 p { color: rgb(221,52,82); }

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

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

 a { background-color: rgb(221,52,82); }

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

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

 span { border-color: rgb(221,52,82); }

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