Html Css Color HEX #D7204A Amaranth

📋 copy color: '#D7204A'

red 215 ◦ green 32 ◦ blue 74

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

Shades of Amaranth #D7204A

Tints of Amaranth #D7204A

RGB

 RED value IS 215 (84.38% from 255) = 66.98%

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

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

R = 66.98%
G = 9.97%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D7204A (or 0xD7204A) is known color: Amaranth. HEX triplet: D7, 20 and 4A. RGB value is (215,32,74). Sum of RGB (Red+Green+Blue) = 215+32+74=321 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.98% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 215 - color contains mainly: red. Hex color #D7204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7204A is #28DFB5. Grayscale: #5B5B5B. Windows color (decimal): -2678710 or 4858071. OLE color: 4858071.

HSL color Cylindrical-coordinate representation of color #D7204A: hue angle of 346.23º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D7204A is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 32 74 -
CMYK 0 0.85 0.66 0.16
HSL 346.23º 0.74% 0.48% -
HSV(B) 346.23º 0.85% 0.84% -
XYZ 29.78 15.97 7.99 -
YUV 91.51 118.13 216.08 -
System Red Green Blue C M Y K H S L
Decimal 215 32 74 0 0.85 0.66 0.16 346.23 0.74 0.48
Hex D7 20 4A 0 55 42 10 15A 4A 30
Octal 327 40 112 0 125 102 20 532 112 60
Binary 11010111 100000 1001010 0 1010101 1000010 10000 101011010 1001010 110000

Color Harmonies of #D7204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7204A

Black with #D7204A

Text Example


Text Example

White with #D7204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7204A; }

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

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

background-color css

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

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

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

border-color css

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

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

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