Html Css Color HEX #D9384F Amaranth

📋 copy color: '#D9384F'

red 217 ◦ green 56 ◦ blue 79

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

Shades of Amaranth #D9384F

Tints of Amaranth #D9384F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.44%

R = 61.65%
G = 15.91%
B = 22.44%

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

#D9384F (or 0xD9384F) is known color: Amaranth. HEX triplet: D9, 38 and 4F. RGB value is (217,56,79). Sum of RGB (Red+Green+Blue) = 217+56+79=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D9384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9384F is #26C7B0. Grayscale: #6A6A6A. Windows color (decimal): -2541489 or 5191897. OLE color: 5191897.

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

Color convert

RGB 217 56 79 -
CMYK 0 0.74 0.64 0.15
HSL 351.43º 0.68% 0.54% -
HSV(B) 351.43º 0.74% 0.85% -
XYZ 31.44 18.14 9.24 -
YUV 106.76 112.34 206.63 -
System Red Green Blue C M Y K H S L
Decimal 217 56 79 0 0.74 0.64 0.15 351.43 0.68 0.54
Hex D9 38 4F 0 4A 40 F 15F 44 36
Octal 331 70 117 0 112 100 17 537 104 66
Binary 11011001 111000 1001111 0 1001010 1000000 1111 101011111 1000100 110110

Color Harmonies of #D9384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9384F

Black with #D9384F

Text Example


Text Example

White with #D9384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9384F; }

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

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

background-color css

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

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

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

border-color css

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

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

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