#d8214c

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

Shades of Amaranth #D8214C

Tints of Amaranth #D8214C

Color information

#D8214C (or 0xD8214C) is unknown color: approx Amaranth. HEX triplet: D8, 21 and 4C. RGB value is (216,33,76). Sum of RGB (Red+Green+Blue) = 216+33+76=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D8214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8214C is #27DEB3. Grayscale: #5C5C5C. Windows color (decimal): -2612916 or 4989400. OLE color: 4989400.

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

Color convert

RGB2163376-
CMYK00.850.650.15
HSL345.9º73.49%48.82%-
HSV(B)345.9º84.72%84.71%-
XYZ30.1716.218.38-
YUV92.62118.63216-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 66.46%
GREEN value IS 33 (13.28% from 255) = 10.15%
BLUE value IS 76 (30.08% from 255) = 23.38%
R=66.46%
G=10.15%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216337600.850.650.15345.973.4948.82
HexD8214C05541F15a4931
Octal3304111401251011753211161
Binary11011000100001100110001010101100000111111010110101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8214c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8214c; }

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

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

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

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

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

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

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

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