Html Css Color HEX #D72157 Amaranth

📋 copy color: '#D72157'

red 215 ◦ green 33 ◦ blue 87

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

Shades of Amaranth #D72157

Tints of Amaranth #D72157

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.85%

 BLUE value IS 87 (34.38% from 255) = 25.97%

R = 64.18%
G = 9.85%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D72157 (or 0xD72157) is known color: Amaranth. HEX triplet: D7, 21 and 57. RGB value is (215,33,87). Sum of RGB (Red+Green+Blue) = 215+33+87=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D72157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72157 is #28DEA8. Grayscale: #5D5D5D. Windows color (decimal): -2678441 or 5710295. OLE color: 5710295.

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

Color convert

RGB 215 33 87 -
CMYK 0 0.85 0.60 0.16
HSL 342.2º 0.73% 0.49% -
HSV(B) 342.2º 0.85% 0.84% -
XYZ 30.29 16.22 10.55 -
YUV 93.57 124.3 214.61 -
System Red Green Blue C M Y K H S L
Decimal 215 33 87 0 0.85 0.60 0.16 342.2 0.73 0.49
Hex D7 21 57 0 55 3C 10 156 49 31
Octal 327 41 127 0 125 74 20 526 111 61
Binary 11010111 100001 1010111 0 1010101 111100 10000 101010110 1001001 110001

Color Harmonies of #D72157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72157

Black with #D72157

Text Example


Text Example

White with #D72157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72157; }

 p { color: rgb(215,33,87); }

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

background-color css

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

 a { background-color: rgb(215,33,87); }

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

border-color css

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

 span { border-color: rgb(215,33,87); }

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