#D92951

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

Shades of Amaranth #D92951

Tints of Amaranth #D92951

Color information

#D92951 (or 0xD92951) is unknown color: approx Amaranth. HEX triplet: D9, 29 and 51. RGB value is (217,41,81). Sum of RGB (Red+Green+Blue) = 217+41+81=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D92951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92951 is #26D6AE. Grayscale: #626262. Windows color (decimal): -2545327 or 5319129. OLE color: 5319129.

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

Color convert

RGB2174181-
CMYK00.810.630.15
HSL346.36º69.84%50.59%-
HSV(B)346.36º81.11%85.1%-
XYZ30.8916.939.42-
YUV98.18118.31212.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 64.01%
GREEN value IS 41 (16.41% from 255) = 12.09%
BLUE value IS 81 (32.03% from 255) = 23.89%
R=64.01%
G=12.09%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217418100.810.630.15346.3669.8450.59
HexD929510513FF15a4633
Octal331511210121771753210663
Binary1101100110100110100010101000111111111111010110101000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92951; }

 p { color: rgb(217,41,81); }

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

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

 a { background-color: rgb(217,41,81); }

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

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

 span { border-color: rgb(217,41,81); }

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