#D22654

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

Shades of Amaranth #D22654

Tints of Amaranth #D22654

Color information

#D22654 (or 0xD22654) is unknown color: approx Amaranth. HEX triplet: D2, 26 and 54. RGB value is (210,38,84). Sum of RGB (Red+Green+Blue) = 210+38+84=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D22654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22654 is #2DD9AB. Grayscale: #5E5E5E. Windows color (decimal): -3004844 or 5514962. OLE color: 5514962.

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

Color convert

RGB2103884-
CMYK00.820.60.18
HSL343.95º69.35%48.63%-
HSV(B)343.95º81.9%82.35%-
XYZ28.8715.739.9-
YUV94.67121.98210.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 63.25%
GREEN value IS 38 (15.23% from 255) = 11.45%
BLUE value IS 84 (33.20% from 255) = 25.30%
R=63.25%
G=11.45%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.6
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210388400.820.60.18343.9569.3548.63
HexD226540523C121584531
Octal322461240122742253010561
Binary11010010100110101010001010010111100100101010110001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22654; }

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

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

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

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

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

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

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

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