#D93853

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

Shades of Amaranth #D93853

Tints of Amaranth #D93853

Color information

#D93853 (or 0xD93853) is unknown color: approx Amaranth. HEX triplet: D9, 38 and 53. RGB value is (217,56,83). Sum of RGB (Red+Green+Blue) = 217+56+83=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D93853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93853 is #26C7AC. Grayscale: #6B6B6B. Windows color (decimal): -2541485 or 5454041. OLE color: 5454041.

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

Color convert

RGB2175683-
CMYK00.740.620.15
HSL349.94º67.93%53.53%-
HSV(B)349.94º74.19%85.1%-
XYZ31.5918.210.03-
YUV107.22114.34206.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 60.96%
GREEN value IS 56 (22.27% from 255) = 15.73%
BLUE value IS 83 (32.81% from 255) = 23.31%
R=60.96%
G=15.73%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217568300.740.620.15349.9467.9353.53
HexD9385304A3EF15e4436
Octal331701230112761753610466
Binary1101100111100010100110100101011111011111010111101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93853; }

 p { color: rgb(217,56,83); }

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

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

 a { background-color: rgb(217,56,83); }

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

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

 span { border-color: rgb(217,56,83); }

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