Html Css Color HEX #D8384D Amaranth

📋 copy color: '#D8384D'

red 216 ◦ green 56 ◦ blue 77

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

Shades of Amaranth #D8384D

Tints of Amaranth #D8384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.05%

 BLUE value IS 77 (30.47% from 255) = 22.06%

R = 61.89%
G = 16.05%
B = 22.06%

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

#D8384D (or 0xD8384D) is known color: Amaranth. HEX triplet: D8, 38 and 4D. RGB value is (216,56,77). Sum of RGB (Red+Green+Blue) = 216+56+77=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D8384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8384D is #27C7B2. Grayscale: #6A6A6A. Windows color (decimal): -2607027 or 5060824. OLE color: 5060824.

HSL color Cylindrical-coordinate representation of color #D8384D: hue angle of 352.12º 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 #D8384D is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 56 77 -
CMYK 0 0.74 0.64 0.15
HSL 352.13º 0.67% 0.53% -
HSV(B) 352.13º 0.74% 0.85% -
XYZ 31.07 17.96 8.85 -
YUV 106.23 111.51 206.29 -
System Red Green Blue C M Y K H S L
Decimal 216 56 77 0 0.74 0.64 0.15 352.13 0.67 0.53
Hex D8 38 4D 0 4A 40 F 160 43 35
Octal 330 70 115 0 112 100 17 540 103 65
Binary 11011000 111000 1001101 0 1001010 1000000 1111 101100000 1000011 110101

Color Harmonies of #D8384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8384D

Black with #D8384D

Text Example


Text Example

White with #D8384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8384D; }

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

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

background-color css

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

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

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

border-color css

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

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

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