Html Css Color HEX #D72056 Amaranth

📋 copy color: '#D72056'

red 215 ◦ green 32 ◦ blue 86

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

Shades of Amaranth #D72056

Tints of Amaranth #D72056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.83%

R = 64.56%
G = 9.61%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.6

 K value IS 0.16

RGB Variations

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

Color information

#D72056 (or 0xD72056) is known color: Amaranth. HEX triplet: D7, 20 and 56. RGB value is (215,32,86). Sum of RGB (Red+Green+Blue) = 215+32+86=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D72056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72056 is #28DFA9. Grayscale: #5C5C5C. Windows color (decimal): -2678698 or 5644503. OLE color: 5644503.

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

Color convert

RGB 215 32 86 -
CMYK 0 0.85 0.6 0.16
HSL 342.3º 0.74% 0.48% -
HSV(B) 342.3º 0.85% 0.84% -
XYZ 30.22 16.15 10.33 -
YUV 92.87 124.13 215.11 -
System Red Green Blue C M Y K H S L
Decimal 215 32 86 0 0.85 0.6 0.16 342.3 0.74 0.48
Hex D7 20 56 0 55 3C 10 156 4A 30
Octal 327 40 126 0 125 74 20 526 112 60
Binary 11010111 100000 1010110 0 1010101 111100 10000 101010110 1001010 110000

Color Harmonies of #D72056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72056

Black with #D72056

Text Example


Text Example

White with #D72056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72056; }

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

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

background-color css

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

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

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

border-color css

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

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

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