Html Css Color HEX #D8204F Amaranth

📋 copy color: '#D8204F'

red 216 ◦ green 32 ◦ blue 79

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

Shades of Amaranth #D8204F

Tints of Amaranth #D8204F

RGB

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

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

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

R = 66.06%
G = 9.79%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D8204F (or 0xD8204F) is known color: Amaranth. HEX triplet: D8, 20 and 4F. RGB value is (216,32,79). Sum of RGB (Red+Green+Blue) = 216+32+79=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D8204F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8204F is #27DFB0. Grayscale: #5C5C5C. Windows color (decimal): -2613169 or 5185752. OLE color: 5185752.

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

Color convert

RGB 216 32 79 -
CMYK 0 0.85 0.63 0.15
HSL 344.67º 0.74% 0.49% -
HSV(B) 344.67º 0.85% 0.85% -
XYZ 30.25 16.2 8.93 -
YUV 92.37 120.46 216.18 -
System Red Green Blue C M Y K H S L
Decimal 216 32 79 0 0.85 0.63 0.15 344.67 0.74 0.49
Hex D8 20 4F 0 55 3F F 159 4A 31
Octal 330 40 117 0 125 77 17 531 112 61
Binary 11011000 100000 1001111 0 1010101 111111 1111 101011001 1001010 110001

Color Harmonies of #D8204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8204F

Black with #D8204F

Text Example


Text Example

White with #D8204F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8204F; }

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

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

background-color css

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

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

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

border-color css

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

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

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