#D81D4F

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

Shades of Amaranth #D81D4F

Tints of Amaranth #D81D4F

Color information

#D81D4F (or 0xD81D4F) is unknown color: approx Amaranth. HEX triplet: D8, 1D and 4F. RGB value is (216,29,79). Sum of RGB (Red+Green+Blue) = 216+29+79=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81D4F is #27E2B0. Grayscale: #5A5A5A. Windows color (decimal): -2613937 or 5184984. OLE color: 5184984.

HSL color Cylindrical-coordinate representation of color #D81D4F: hue angle of 343.96º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81D4F is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB2162979-
CMYK00.870.630.15
HSL343.96º76.33%48.04%-
HSV(B)343.96º86.57%84.71%-
XYZ30.1716.048.9-
YUV90.61121.45217.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 66.67%
GREEN value IS 29 (11.72% from 255) = 8.95%
BLUE value IS 79 (31.25% from 255) = 24.38%
R=66.67%
G=8.95%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216297900.870.630.15343.9676.3348.04
HexD81D4F0573FF1584c30
Octal330351170127771753011460
Binary110110001110110011110101011111111111111010110001001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81D4F; }

 p { color: rgb(216,29,79); }

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

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

 a { background-color: rgb(216,29,79); }

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

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

 span { border-color: rgb(216,29,79); }

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