#D83054

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

Shades of Amaranth #D83054

Tints of Amaranth #D83054

Color information

#D83054 (or 0xD83054) is unknown color: approx Amaranth. HEX triplet: D8, 30 and 54. RGB value is (216,48,84). Sum of RGB (Red+Green+Blue) = 216+48+84=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D83054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83054 is #27CFAB. Grayscale: #666666. Windows color (decimal): -2609068 or 5517528. OLE color: 5517528.

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

Color convert

RGB2164884-
CMYK00.780.610.15
HSL347.14º68.29%51.76%-
HSV(B)347.14º77.78%84.71%-
XYZ30.9817.3510.1-
YUV102.34117.66209.07-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 62.07%
GREEN value IS 48 (19.14% from 255) = 13.79%
BLUE value IS 84 (33.20% from 255) = 24.14%
R=62.07%
G=13.79%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216488400.780.610.15347.1468.2951.76
HexD8305404E3DF15b4434
Octal330601240116751753310464
Binary1101100011000010101000100111011110111111010110111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83054; }

 p { color: rgb(216,48,84); }

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

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

 a { background-color: rgb(216,48,84); }

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

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

 span { border-color: rgb(216,48,84); }

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