Html Css Color HEX #D8364E Amaranth

📋 copy color: '#D8364E'

red 216 ◦ green 54 ◦ blue 78

#D8364E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #D8364E

Tints of Amaranth #D8364E

RGB

 RED value IS 216 (84.77% from 255) = 62.07%

 GREEN value IS 54 (21.48% from 255) = 15.52%

 BLUE value IS 78 (30.86% from 255) = 22.41%

R = 62.07%
G = 15.52%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8364E (or 0xD8364E) is known color: Amaranth. HEX triplet: D8, 36 and 4E. RGB value is (216,54,78). Sum of RGB (Red+Green+Blue) = 216+54+78=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D8364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8364E is #27C9B1. Grayscale: #696969. Windows color (decimal): -2607538 or 5125848. OLE color: 5125848.

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

Color convert

RGB 216 54 78 -
CMYK 0 0.75 0.64 0.15
HSL 351.11º 0.68% 0.53% -
HSV(B) 351.11º 0.75% 0.85% -
XYZ 31.01 17.79 9.01 -
YUV 105.17 112.67 207.05 -
System Red Green Blue C M Y K H S L
Decimal 216 54 78 0 0.75 0.64 0.15 351.11 0.68 0.53
Hex D8 36 4E 0 4B 40 F 15F 44 35
Octal 330 66 116 0 113 100 17 537 104 65
Binary 11011000 110110 1001110 0 1001011 1000000 1111 101011111 1000100 110101

Color Harmonies of #D8364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8364E

Black with #D8364E

Text Example


Text Example

White with #D8364E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8364E; }

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

 H1.HeaderClassName
 {
   color: #D8364E;
 }
 .AnyTagClassName
 {
   color: #D8364E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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