#D52254

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

Shades of Amaranth #D52254

Tints of Amaranth #D52254

Color information

#D52254 (or 0xD52254) is unknown color: approx Amaranth. HEX triplet: D5, 22 and 54. RGB value is (213,34,84). Sum of RGB (Red+Green+Blue) = 213+34+84=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D52254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52254 is #2ADDAB. Grayscale: #5D5D5D. Windows color (decimal): -2809260 or 5513941. OLE color: 5513941.

HSL color Cylindrical-coordinate representation of color #D52254: hue angle of 343.24º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52254 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB2133484-
CMYK00.840.610.16
HSL343.24º72.47%48.43%-
HSV(B)343.24º84.04%83.53%-
XYZ29.6115.939.9-
YUV93.22122.8213.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 64.35%
GREEN value IS 34 (13.67% from 255) = 10.27%
BLUE value IS 84 (33.20% from 255) = 25.38%
R=64.35%
G=10.27%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213348400.840.610.16343.2472.4748.43
HexD522540543D101574830
Octal325421240124752052711060
Binary11010101100010101010001010100111101100001010101111001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52254; }

 p { color: rgb(213,34,84); }

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

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

 a { background-color: rgb(213,34,84); }

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

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

 span { border-color: rgb(213,34,84); }

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