#D83950

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

Shades of Amaranth #D83950

Tints of Amaranth #D83950

Color information

#D83950 (or 0xD83950) is unknown color: approx Amaranth. HEX triplet: D8, 39 and 50. RGB value is (216,57,80). Sum of RGB (Red+Green+Blue) = 216+57+80=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D83950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83950 is #27C6AF. Grayscale: #6B6B6B. Windows color (decimal): -2606768 or 5257688. OLE color: 5257688.

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

Color convert

RGB2165780-
CMYK00.740.630.15
HSL351.32º67.09%53.53%-
HSV(B)351.32º73.61%84.71%-
XYZ31.2318.19.44-
YUV107.16112.68205.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 61.19%
GREEN value IS 57 (22.66% from 255) = 16.15%
BLUE value IS 80 (31.64% from 255) = 22.66%
R=61.19%
G=16.15%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216578000.740.630.15351.3267.0953.53
HexD8395004A3FF15f4336
Octal330711200112771753710366
Binary1101100011100110100000100101011111111111010111111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83950; }

 p { color: rgb(216,57,80); }

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

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

 a { background-color: rgb(216,57,80); }

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

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

 span { border-color: rgb(216,57,80); }

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