#D83555

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

Shades of Amaranth #D83555

Tints of Amaranth #D83555

Color information

#D83555 (or 0xD83555) is unknown color: approx Amaranth. HEX triplet: D8, 35 and 55. RGB value is (216,53,85). Sum of RGB (Red+Green+Blue) = 216+53+85=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D83555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83555 is #27CAAA. Grayscale: #696969. Windows color (decimal): -2607787 or 5584344. OLE color: 5584344.

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

Color convert

RGB2165385-
CMYK00.750.610.15
HSL348.22º67.63%52.75%-
HSV(B)348.22º75.46%84.71%-
XYZ31.2317.810.38-
YUV105.38116.5206.9-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 61.02%
GREEN value IS 53 (21.09% from 255) = 14.97%
BLUE value IS 85 (33.59% from 255) = 24.01%
R=61.02%
G=14.97%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216538500.750.610.15348.2267.6352.75
HexD8355504B3DF15c4435
Octal330651250113751753410465
Binary1101100011010110101010100101111110111111010111001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83555; }

 p { color: rgb(216,53,85); }

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

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

 a { background-color: rgb(216,53,85); }

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

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

 span { border-color: rgb(216,53,85); }

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