Html Css Color HEX #D8384E Amaranth

📋 copy color: '#D8384E'

red 216 ◦ green 56 ◦ blue 78

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

Shades of Amaranth #D8384E

Tints of Amaranth #D8384E

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 value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8384E (or 0xD8384E) is known color: 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

RGB 216 56 78 -
CMYK 0 0.74 0.64 0.15
HSL 351.75º 0.67% 0.53% -
HSV(B) 351.75º 0.74% 0.85% -
XYZ 31.11 17.98 9.04 -
YUV 106.35 112.01 206.21 -
System Red Green Blue C M Y K H S L
Decimal 216 56 78 0 0.74 0.64 0.15 351.75 0.67 0.53
Hex D8 38 4E 0 4A 40 F 160 43 35
Octal 330 70 116 0 112 100 17 540 103 65
Binary 11011000 111000 1001110 0 1001010 1000000 1111 101100000 1000011 110101

Color Harmonies of #D8384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8384E

Black with #D8384E

Text Example


Text Example

White with #D8384E

Text Example


Text Example

HTML Codes & Css Web 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>