#DD3451

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

Shades of Amaranth #DD3451

Tints of Amaranth #DD3451

Color information

#DD3451 (or 0xDD3451) is unknown color: approx Amaranth. HEX triplet: DD, 34 and 51. RGB value is (221,52,81). Sum of RGB (Red+Green+Blue) = 221+52+81=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3451 is #22CBAE. Grayscale: #696969. Windows color (decimal): -2280367 or 5321949. OLE color: 5321949.

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

Color convert

RGB2215281-
CMYK00.760.630.13
HSL349.7º71.31%53.53%-
HSV(B)349.7º76.47%86.67%-
XYZ32.5318.429.63-
YUV105.84113.99210.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 62.43%
GREEN value IS 52 (20.70% from 255) = 14.69%
BLUE value IS 81 (32.03% from 255) = 22.88%
R=62.43%
G=14.69%
B=22.88%

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
Decimal221528100.760.630.13349.771.3153.53
HexDD345104C3FD15e4736
Octal335641210114771553610766
Binary1101110111010010100010100110011111111011010111101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3451; }

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

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

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

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

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

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

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

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