#D62D52

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

Shades of Amaranth #D62D52

Tints of Amaranth #D62D52

Color information

#D62D52 (or 0xD62D52) is unknown color: approx Amaranth. HEX triplet: D6, 2D and 52. RGB value is (214,45,82). Sum of RGB (Red+Green+Blue) = 214+45+82=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62D52 is #29D2AD. Grayscale: #636363. Windows color (decimal): -2740910 or 5385686. OLE color: 5385686.

HSL color Cylindrical-coordinate representation of color #D62D52: hue angle of 346.86º 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 #D62D52 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB2144582-
CMYK00.790.620.16
HSL346.86º67.33%50.78%-
HSV(B)346.86º78.97%83.92%-
XYZ30.1916.789.63-
YUV99.75117.99209.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 62.76%
GREEN value IS 45 (17.97% from 255) = 13.20%
BLUE value IS 82 (32.42% from 255) = 24.05%
R=62.76%
G=13.20%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214458200.790.620.16346.8667.3350.78
HexD62D5204F3E1015b4333
Octal326551220117762053310363
Binary11010110101101101001001001111111110100001010110111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62D52; }

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

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

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

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

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

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

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

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