Html Css Color HEX #D8344F Amaranth

📋 copy color: '#D8344F'

red 216 ◦ green 52 ◦ blue 79

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

Shades of Amaranth #D8344F

Tints of Amaranth #D8344F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.99%

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

R = 62.25%
G = 14.99%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D8344F (or 0xD8344F) is known color: Amaranth. HEX triplet: D8, 34 and 4F. RGB value is (216,52,79). Sum of RGB (Red+Green+Blue) = 216+52+79=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D8344F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8344F is #27CBB0. Grayscale: #686868. Windows color (decimal): -2608049 or 5190872. OLE color: 5190872.

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

Color convert

RGB 216 52 79 -
CMYK 0 0.76 0.63 0.15
HSL 350.12º 0.68% 0.53% -
HSV(B) 350.12º 0.76% 0.85% -
XYZ 30.96 17.62 9.17 -
YUV 104.11 113.83 207.8 -
System Red Green Blue C M Y K H S L
Decimal 216 52 79 0 0.76 0.63 0.15 350.12 0.68 0.53
Hex D8 34 4F 0 4C 3F F 15E 44 35
Octal 330 64 117 0 114 77 17 536 104 65
Binary 11011000 110100 1001111 0 1001100 111111 1111 101011110 1000100 110101

Color Harmonies of #D8344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8344F

Black with #D8344F

Text Example


Text Example

White with #D8344F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8344F; }

 p { color: rgb(216,52,79); }

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

background-color css

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

 a { background-color: rgb(216,52,79); }

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

border-color css

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

 span { border-color: rgb(216,52,79); }

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