#D83D4C

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

Shades of Amaranth #D83D4C

Tints of Amaranth #D83D4C

Color information

#D83D4C (or 0xD83D4C) is unknown color: approx Amaranth. HEX triplet: D8, 3D and 4C. RGB value is (216,61,76). Sum of RGB (Red+Green+Blue) = 216+61+76=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83D4C is #27C2B3. Grayscale: #6D6D6D. Windows color (decimal): -2605748 or 4996568. OLE color: 4996568.

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

Color convert

RGB2166176-
CMYK00.720.650.15
HSL354.19º66.52%54.31%-
HSV(B)354.19º71.76%84.71%-
XYZ31.2918.468.75-
YUV109.06109.35204.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 61.19%
GREEN value IS 61 (24.22% from 255) = 17.28%
BLUE value IS 76 (30.08% from 255) = 21.53%
R=61.19%
G=17.28%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216617600.720.650.15354.1966.5254.31
HexD83D4C04841F1624336
Octal3307511401101011754210366
Binary11011000111101100110001001000100000111111011000101000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83D4C; }

 p { color: rgb(216,61,76); }

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

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

 a { background-color: rgb(216,61,76); }

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

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

 span { border-color: rgb(216,61,76); }

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