Html Css Color HEX #D9204D Amaranth

📋 copy color: '#D9204D'

red 217 ◦ green 32 ◦ blue 77

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

Shades of Amaranth #D9204D

Tints of Amaranth #D9204D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.82%

 BLUE value IS 77 (30.47% from 255) = 23.62%

R = 66.56%
G = 9.82%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9204D (or 0xD9204D) is known color: Amaranth. HEX triplet: D9, 20 and 4D. RGB value is (217,32,77). Sum of RGB (Red+Green+Blue) = 217+32+77=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D9204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9204D is #26DFB2. Grayscale: #5C5C5C. Windows color (decimal): -2547635 or 5054681. OLE color: 5054681.

HSL color Cylindrical-coordinate representation of color #D9204D: hue angle of 345.41º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9204D is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 32 77 -
CMYK 0 0.85 0.65 0.15
HSL 345.41º 0.74% 0.49% -
HSV(B) 345.41º 0.85% 0.85% -
XYZ 30.47 16.32 8.57 -
YUV 92.45 119.29 216.84 -
System Red Green Blue C M Y K H S L
Decimal 217 32 77 0 0.85 0.65 0.15 345.41 0.74 0.49
Hex D9 20 4D 0 55 41 F 159 4A 31
Octal 331 40 115 0 125 101 17 531 112 61
Binary 11011001 100000 1001101 0 1010101 1000001 1111 101011001 1001010 110001

Color Harmonies of #D9204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9204D

Black with #D9204D

Text Example


Text Example

White with #D9204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9204D; }

 p { color: rgb(217,32,77); }

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

background-color css

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

 a { background-color: rgb(217,32,77); }

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

border-color css

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

 span { border-color: rgb(217,32,77); }

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