Html Css Color HEX #D9354E Amaranth

📋 copy color: '#D9354E'

red 217 ◦ green 53 ◦ blue 78

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

Shades of Amaranth #D9354E

Tints of Amaranth #D9354E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.23%

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

R = 62.36%
G = 15.23%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9354E (or 0xD9354E) is known color: Amaranth. HEX triplet: D9, 35 and 4E. RGB value is (217,53,78). Sum of RGB (Red+Green+Blue) = 217+53+78=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D9354E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9354E is #26CAB1. Grayscale: #686868. Windows color (decimal): -2542258 or 5125593. OLE color: 5125593.

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

Color convert

RGB 217 53 78 -
CMYK 0 0.76 0.64 0.15
HSL 350.85º 0.68% 0.53% -
HSV(B) 350.85º 0.76% 0.85% -
XYZ 31.26 17.85 9 -
YUV 104.89 112.83 207.97 -
System Red Green Blue C M Y K H S L
Decimal 217 53 78 0 0.76 0.64 0.15 350.85 0.68 0.53
Hex D9 35 4E 0 4C 40 F 15F 44 35
Octal 331 65 116 0 114 100 17 537 104 65
Binary 11011001 110101 1001110 0 1001100 1000000 1111 101011111 1000100 110101

Color Harmonies of #D9354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9354E

Black with #D9354E

Text Example


Text Example

White with #D9354E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9354E; }

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

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

background-color css

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

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

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

border-color css

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

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

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