#D22B54

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

Shades of Amaranth #D22B54

Tints of Amaranth #D22B54

Color information

#D22B54 (or 0xD22B54) is unknown color: approx Amaranth. HEX triplet: D2, 2B and 54. RGB value is (210,43,84). Sum of RGB (Red+Green+Blue) = 210+43+84=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22B54 is #2DD4AB. Grayscale: #616161. Windows color (decimal): -3003564 or 5516242. OLE color: 5516242.

HSL color Cylindrical-coordinate representation of color #D22B54: hue angle of 345.27º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22B54 is Cyan = 0, Magento = 0.80, Yellow = 0.6 and Black (K on CMYK) = 0.18.

Color convert

RGB2104384-
CMYK00.800.60.18
HSL345.27º66.01%49.61%-
HSV(B)345.27º79.52%82.35%-
XYZ29.0416.079.96-
YUV97.61120.33208.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 62.31%
GREEN value IS 43 (17.19% from 255) = 12.76%
BLUE value IS 84 (33.20% from 255) = 24.93%
R=62.31%
G=12.76%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.6
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210438400.800.60.18345.2766.0149.61
HexD22B540503C121594232
Octal322531240120742253110262
Binary11010010101011101010001010000111100100101010110011000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22B54; }

 p { color: rgb(210,43,84); }

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

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

 a { background-color: rgb(210,43,84); }

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

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

 span { border-color: rgb(210,43,84); }

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