Html Css Color HEX #D8204A Amaranth

📋 copy color: '#D8204A'

red 216 ◦ green 32 ◦ blue 74

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

Shades of Amaranth #D8204A

Tints of Amaranth #D8204A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.98%

R = 67.08%
G = 9.94%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8204A (or 0xD8204A) is known color: Amaranth. HEX triplet: D8, 20 and 4A. RGB value is (216,32,74). Sum of RGB (Red+Green+Blue) = 216+32+74=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D8204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8204A is #27DFB5. Grayscale: #5B5B5B. Windows color (decimal): -2613174 or 4858072. OLE color: 4858072.

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

Color convert

RGB 216 32 74 -
CMYK 0 0.85 0.66 0.15
HSL 346.3º 0.74% 0.49% -
HSV(B) 346.3º 0.85% 0.85% -
XYZ 30.07 16.13 8.01 -
YUV 91.8 117.96 216.58 -
System Red Green Blue C M Y K H S L
Decimal 216 32 74 0 0.85 0.66 0.15 346.3 0.74 0.49
Hex D8 20 4A 0 55 42 F 15A 4A 31
Octal 330 40 112 0 125 102 17 532 112 61
Binary 11011000 100000 1001010 0 1010101 1000010 1111 101011010 1001010 110001

Color Harmonies of #D8204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8204A

Black with #D8204A

Text Example


Text Example

White with #D8204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8204A; }

 p { color: rgb(216,32,74); }

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

background-color css

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

 a { background-color: rgb(216,32,74); }

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

border-color css

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

 span { border-color: rgb(216,32,74); }

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