Html Css Color HEX #D9284F Amaranth

📋 copy color: '#D9284F'

red 217 ◦ green 40 ◦ blue 79

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

Shades of Amaranth #D9284F

Tints of Amaranth #D9284F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.9%

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

R = 64.58%
G = 11.9%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9284F (or 0xD9284F) is known color: Amaranth. HEX triplet: D9, 28 and 4F. RGB value is (217,40,79). Sum of RGB (Red+Green+Blue) = 217+40+79=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D9284F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9284F is #26D7B0. Grayscale: #616161. Windows color (decimal): -2545585 or 5187801. OLE color: 5187801.

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

Color convert

RGB 217 40 79 -
CMYK 0 0.82 0.64 0.15
HSL 346.78º 0.7% 0.5% -
HSV(B) 346.78º 0.82% 0.85% -
XYZ 30.79 16.83 9.02 -
YUV 97.37 117.64 213.33 -
System Red Green Blue C M Y K H S L
Decimal 217 40 79 0 0.82 0.64 0.15 346.78 0.7 0.5
Hex D9 28 4F 0 52 40 F 15B 46 32
Octal 331 50 117 0 122 100 17 533 106 62
Binary 11011001 101000 1001111 0 1010010 1000000 1111 101011011 1000110 110010

Color Harmonies of #D9284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9284F

Black with #D9284F

Text Example


Text Example

White with #D9284F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9284F; }

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

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

background-color css

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

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

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

border-color css

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

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

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