#D8384E

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

Shades of Amaranth #D8384E

Tints of Amaranth #D8384E

Color information

#D8384E (or 0xD8384E) is unknown color: approx Amaranth. HEX triplet: D8, 38 and 4E. RGB value is (216,56,78). Sum of RGB (Red+Green+Blue) = 216+56+78=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D8384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8384E is #27C7B1. Grayscale: #6A6A6A. Windows color (decimal): -2607026 or 5126360. OLE color: 5126360.

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

Color convert

RGB2165678-
CMYK00.740.640.15
HSL351.75º67.23%53.33%-
HSV(B)351.75º74.07%84.71%-
XYZ31.1117.989.04-
YUV106.35112.01206.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 61.71%
GREEN value IS 56 (22.27% from 255) = 16%
BLUE value IS 78 (30.86% from 255) = 22.29%
R=61.71%
G=16%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216567800.740.640.15351.7567.2353.33
HexD8384E04A40F1604335
Octal3307011601121001754010365
Binary11011000111000100111001001010100000011111011000001000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8384E; }

 p { color: rgb(216,56,78); }

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

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

 a { background-color: rgb(216,56,78); }

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

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

 span { border-color: rgb(216,56,78); }

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