Html Css Color HEX #D8204D Amaranth

📋 copy color: '#D8204D'

red 216 ◦ green 32 ◦ blue 77

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

Shades of Amaranth #D8204D

Tints of Amaranth #D8204D

RGB

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

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

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

R = 66.46%
G = 9.85%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8204D (or 0xD8204D) is known color: Amaranth. HEX triplet: D8, 20 and 4D. RGB value is (216,32,77). Sum of RGB (Red+Green+Blue) = 216+32+77=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D8204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8204D is #27DFB2. Grayscale: #5C5C5C. Windows color (decimal): -2613171 or 5054680. OLE color: 5054680.

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

Color convert

RGB 216 32 77 -
CMYK 0 0.85 0.64 0.15
HSL 345.33º 0.74% 0.49% -
HSV(B) 345.33º 0.85% 0.85% -
XYZ 30.17 16.17 8.55 -
YUV 92.15 119.46 216.34 -
System Red Green Blue C M Y K H S L
Decimal 216 32 77 0 0.85 0.64 0.15 345.33 0.74 0.49
Hex D8 20 4D 0 55 40 F 159 4A 31
Octal 330 40 115 0 125 100 17 531 112 61
Binary 11011000 100000 1001101 0 1010101 1000000 1111 101011001 1001010 110001

Color Harmonies of #D8204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8204D

Black with #D8204D

Text Example


Text Example

White with #D8204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8204D; }

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

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

background-color css

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

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

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

border-color css

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

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

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