Html Css Color HEX #D9384E Amaranth

📋 copy color: '#D9384E'

red 217 ◦ green 56 ◦ blue 78

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

Shades of Amaranth #D9384E

Tints of Amaranth #D9384E

RGB

 RED value IS 217 (85.16% from 255) = 61.82%

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

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

R = 61.82%
G = 15.95%
B = 22.22%

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

#D9384E (or 0xD9384E) is known color: Amaranth. HEX triplet: D9, 38 and 4E. RGB value is (217,56,78). Sum of RGB (Red+Green+Blue) = 217+56+78=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D9384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9384E is #26C7B1. Grayscale: #6A6A6A. Windows color (decimal): -2541490 or 5126361. OLE color: 5126361.

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

Color convert

RGB 217 56 78 -
CMYK 0 0.74 0.64 0.15
HSL 351.8º 0.68% 0.54% -
HSV(B) 351.8º 0.74% 0.85% -
XYZ 31.4 18.13 9.05 -
YUV 106.65 111.84 206.71 -
System Red Green Blue C M Y K H S L
Decimal 217 56 78 0 0.74 0.64 0.15 351.8 0.68 0.54
Hex D9 38 4E 0 4A 40 F 160 44 36
Octal 331 70 116 0 112 100 17 540 104 66
Binary 11011001 111000 1001110 0 1001010 1000000 1111 101100000 1000100 110110

Color Harmonies of #D9384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9384E

Black with #D9384E

Text Example


Text Example

White with #D9384E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9384E; }

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

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

background-color css

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

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

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

border-color css

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

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

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