#D5214D

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

Shades of Amaranth #D5214D

Tints of Amaranth #D5214D

Color information

#D5214D (or 0xD5214D) is unknown color: approx Amaranth. HEX triplet: D5, 21 and 4D. RGB value is (213,33,77). Sum of RGB (Red+Green+Blue) = 213+33+77=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D5214D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5214D is #2ADEB2. Grayscale: #5B5B5B. Windows color (decimal): -2809523 or 5054933. OLE color: 5054933.

HSL color Cylindrical-coordinate representation of color #D5214D: hue angle of 345.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5214D is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB2133377-
CMYK00.850.640.16
HSL345.33º73.17%48.24%-
HSV(B)345.33º84.51%83.53%-
XYZ29.3215.778.52-
YUV91.84119.63214.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 65.94%
GREEN value IS 33 (13.28% from 255) = 10.22%
BLUE value IS 77 (30.47% from 255) = 23.84%
R=65.94%
G=10.22%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213337700.850.640.16345.3373.1748.24
HexD5214D05540101594930
Octal3254111501251002053111160
Binary110101011000011001101010101011000000100001010110011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5214D; }

 p { color: rgb(213,33,77); }

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

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

 a { background-color: rgb(213,33,77); }

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

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

 span { border-color: rgb(213,33,77); }

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