#D62D50

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

Shades of Amaranth #D62D50

Tints of Amaranth #D62D50

Color information

#D62D50 (or 0xD62D50) is unknown color: approx Amaranth. HEX triplet: D6, 2D and 50. RGB value is (214,45,80). Sum of RGB (Red+Green+Blue) = 214+45+80=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62D50 is #29D2AF. Grayscale: #636363. Windows color (decimal): -2740912 or 5254614. OLE color: 5254614.

HSL color Cylindrical-coordinate representation of color #D62D50: hue angle of 347.57º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62D50 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB2144580-
CMYK00.790.630.16
HSL347.57º67.33%50.78%-
HSV(B)347.57º78.97%83.92%-
XYZ30.1216.759.24-
YUV99.52116.99209.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 63.13%
GREEN value IS 45 (17.97% from 255) = 13.27%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=63.13%
G=13.27%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214458000.790.630.16347.5767.3350.78
HexD62D5004F3F1015c4333
Octal326551200117772053410363
Binary11010110101101101000001001111111111100001010111001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62D50; }

 p { color: rgb(214,45,80); }

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

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

 a { background-color: rgb(214,45,80); }

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

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

 span { border-color: rgb(214,45,80); }

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