#DD3450

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

Shades of Amaranth #DD3450

Tints of Amaranth #DD3450

Color information

#DD3450 (or 0xDD3450) is unknown color: approx Amaranth. HEX triplet: DD, 34 and 50. RGB value is (221,52,80). Sum of RGB (Red+Green+Blue) = 221+52+80=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3450 is #22CBAF. Grayscale: #696969. Windows color (decimal): -2280368 or 5256413. OLE color: 5256413.

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

Color convert

RGB2215280-
CMYK00.760.640.13
HSL350.06º71.31%53.53%-
HSV(B)350.06º76.47%86.67%-
XYZ32.4918.419.43-
YUV105.72113.49210.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 62.61%
GREEN value IS 52 (20.70% from 255) = 14.73%
BLUE value IS 80 (31.64% from 255) = 22.66%
R=62.61%
G=14.73%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221528000.760.640.13350.0671.3153.53
HexDD345004C40D15e4736
Octal3356412001141001553610766
Binary11011101110100101000001001100100000011011010111101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3450; }

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

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

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

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

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

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

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

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