#D83251

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

Shades of Amaranth #D83251

Tints of Amaranth #D83251

Color information

#D83251 (or 0xD83251) is unknown color: approx Amaranth. HEX triplet: D8, 32 and 51. RGB value is (216,50,81). Sum of RGB (Red+Green+Blue) = 216+50+81=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D83251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83251 is #27CDAE. Grayscale: #676767. Windows color (decimal): -2608559 or 5321432. OLE color: 5321432.

HSL color Cylindrical-coordinate representation of color #D83251: hue angle of 348.8º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D83251 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB2165081-
CMYK00.770.620.15
HSL348.8º68.03%52.16%-
HSV(B)348.8º76.85%84.71%-
XYZ30.9417.479.53-
YUV103.17115.5208.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 62.25%
GREEN value IS 50 (19.92% from 255) = 14.41%
BLUE value IS 81 (32.03% from 255) = 23.34%
R=62.25%
G=14.41%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216508100.770.620.15348.868.0352.16
HexD8325104D3EF15d4434
Octal330621210115761753510464
Binary1101100011001010100010100110111111011111010111011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83251; }

 p { color: rgb(216,50,81); }

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

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

 a { background-color: rgb(216,50,81); }

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

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

 span { border-color: rgb(216,50,81); }

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