#D93C4E

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

Shades of Amaranth #D93C4E

Tints of Amaranth #D93C4E

Color information

#D93C4E (or 0xD93C4E) is unknown color: approx Amaranth. HEX triplet: D9, 3C and 4E. RGB value is (217,60,78). Sum of RGB (Red+Green+Blue) = 217+60+78=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93C4E is #26C3B1. Grayscale: #6D6D6D. Windows color (decimal): -2540466 or 5127385. OLE color: 5127385.

HSL color Cylindrical-coordinate representation of color #D93C4E: hue angle of 353.12º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93C4E is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB2176078-
CMYK00.720.640.15
HSL353.12º67.38%54.31%-
HSV(B)353.12º72.35%85.1%-
XYZ31.6118.539.12-
YUV108.99110.51205.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 61.13%
GREEN value IS 60 (23.83% from 255) = 16.90%
BLUE value IS 78 (30.86% from 255) = 21.97%
R=61.13%
G=16.90%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217607800.720.640.15353.1267.3854.31
HexD93C4E04840F1614336
Octal3317411601101001754110366
Binary11011001111100100111001001000100000011111011000011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93C4E; }

 p { color: rgb(217,60,78); }

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

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

 a { background-color: rgb(217,60,78); }

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

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

 span { border-color: rgb(217,60,78); }

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