Html Css Color HEX #D8204B Amaranth

📋 copy color: '#D8204B'

red 216 ◦ green 32 ◦ blue 75

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

Shades of Amaranth #D8204B

Tints of Amaranth #D8204B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.22%

R = 66.87%
G = 9.91%
B = 23.22%

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

#D8204B (or 0xD8204B) is known color: Amaranth. HEX triplet: D8, 20 and 4B. RGB value is (216,32,75). Sum of RGB (Red+Green+Blue) = 216+32+75=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D8204B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8204B is #27DFB4. Grayscale: #5B5B5B. Windows color (decimal): -2613173 or 4923608. OLE color: 4923608.

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

Color convert

RGB 216 32 75 -
CMYK 0 0.85 0.65 0.15
HSL 345.98º 0.74% 0.49% -
HSV(B) 345.98º 0.85% 0.85% -
XYZ 30.11 16.14 8.19 -
YUV 91.92 118.46 216.5 -
System Red Green Blue C M Y K H S L
Decimal 216 32 75 0 0.85 0.65 0.15 345.98 0.74 0.49
Hex D8 20 4B 0 55 41 F 15A 4A 31
Octal 330 40 113 0 125 101 17 532 112 61
Binary 11011000 100000 1001011 0 1010101 1000001 1111 101011010 1001010 110001

Color Harmonies of #D8204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8204B

Black with #D8204B

Text Example


Text Example

White with #D8204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8204B; }

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

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

background-color css

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

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

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

border-color css

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

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

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