Html Css Color HEX #D8204C Amaranth

📋 copy color: '#D8204C'

red 216 ◦ green 32 ◦ blue 76

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

Shades of Amaranth #D8204C

Tints of Amaranth #D8204C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.46%

R = 66.67%
G = 9.88%
B = 23.46%

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

#D8204C (or 0xD8204C) is known color: Amaranth. HEX triplet: D8, 20 and 4C. RGB value is (216,32,76). Sum of RGB (Red+Green+Blue) = 216+32+76=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D8204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8204C is #27DFB3. Grayscale: #5C5C5C. Windows color (decimal): -2613172 or 4989144. OLE color: 4989144.

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

Color convert

RGB 216 32 76 -
CMYK 0 0.85 0.65 0.15
HSL 345.65º 0.74% 0.49% -
HSV(B) 345.65º 0.85% 0.85% -
XYZ 30.14 16.15 8.37 -
YUV 92.03 118.96 216.42 -
System Red Green Blue C M Y K H S L
Decimal 216 32 76 0 0.85 0.65 0.15 345.65 0.74 0.49
Hex D8 20 4C 0 55 41 F 15A 4A 31
Octal 330 40 114 0 125 101 17 532 112 61
Binary 11011000 100000 1001100 0 1010101 1000001 1111 101011010 1001010 110001

Color Harmonies of #D8204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8204C

Black with #D8204C

Text Example


Text Example

White with #D8204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8204C; }

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

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

background-color css

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

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

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

border-color css

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

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

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