#D42751

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

Shades of Amaranth #D42751

Tints of Amaranth #D42751

Color information

#D42751 (or 0xD42751) is unknown color: approx Amaranth. HEX triplet: D4, 27 and 51. RGB value is (212,39,81). Sum of RGB (Red+Green+Blue) = 212+39+81=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D42751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42751 is #2BD8AE. Grayscale: #5F5F5F. Windows color (decimal): -2873519 or 5318612. OLE color: 5318612.

HSL color Cylindrical-coordinate representation of color #D42751: hue angle of 345.43º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D42751 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB2123981-
CMYK00.820.620.17
HSL345.43º68.92%49.22%-
HSV(B)345.43º81.6%83.14%-
XYZ29.3616.049.33-
YUV95.51119.81211.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 63.86%
GREEN value IS 39 (15.62% from 255) = 11.75%
BLUE value IS 81 (32.03% from 255) = 24.40%
R=63.86%
G=11.75%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212398100.820.620.17345.4368.9249.22
HexD427510523E111594531
Octal324471210122762153110561
Binary11010100100111101000101010010111110100011010110011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42751; }

 p { color: rgb(212,39,81); }

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

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

 a { background-color: rgb(212,39,81); }

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

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

 span { border-color: rgb(212,39,81); }

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