#D81F4D

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

Shades of Amaranth #D81F4D

Tints of Amaranth #D81F4D

Color information

#D81F4D (or 0xD81F4D) is unknown color: approx Amaranth. HEX triplet: D8, 1F and 4D. RGB value is (216,31,77). Sum of RGB (Red+Green+Blue) = 216+31+77=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81F4D is #27E0B2. Grayscale: #5B5B5B. Windows color (decimal): -2613427 or 5054424. OLE color: 5054424.

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

Color convert

RGB2163177-
CMYK00.860.640.15
HSL345.08º74.9%48.43%-
HSV(B)345.08º85.65%84.71%-
XYZ30.1516.118.54-
YUV91.56119.79216.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 66.67%
GREEN value IS 31 (12.5% from 255) = 9.57%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=66.67%
G=9.57%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216317700.860.640.15345.0874.948.43
HexD81F4D05640F1594b30
Octal3303711501261001753111360
Binary1101100011111100110101010110100000011111010110011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81F4D; }

 p { color: rgb(216,31,77); }

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

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

 a { background-color: rgb(216,31,77); }

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

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

 span { border-color: rgb(216,31,77); }

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