Html Css Color HEX #D72855 Amaranth

📋 copy color: '#D72855'

red 215 ◦ green 40 ◦ blue 85

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

Shades of Amaranth #D72855

Tints of Amaranth #D72855

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.76%

 BLUE value IS 85 (33.59% from 255) = 25%

R = 63.24%
G = 11.76%
B = 25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D72855 (or 0xD72855) is known color: Amaranth. HEX triplet: D7, 28 and 55. RGB value is (215,40,85). Sum of RGB (Red+Green+Blue) = 215+40+85=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D72855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72855 is #28D7AA. Grayscale: #616161. Windows color (decimal): -2676651 or 5581015. OLE color: 5581015.

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

Color convert

RGB 215 40 85 -
CMYK 0 0.81 0.60 0.16
HSL 344.57º 0.69% 0.5% -
HSV(B) 344.57º 0.81% 0.84% -
XYZ 30.42 16.62 10.2 -
YUV 97.46 120.98 211.84 -
System Red Green Blue C M Y K H S L
Decimal 215 40 85 0 0.81 0.60 0.16 344.57 0.69 0.5
Hex D7 28 55 0 51 3C 10 159 45 32
Octal 327 50 125 0 121 74 20 531 105 62
Binary 11010111 101000 1010101 0 1010001 111100 10000 101011001 1000101 110010

Color Harmonies of #D72855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72855

Black with #D72855

Text Example


Text Example

White with #D72855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72855; }

 p { color: rgb(215,40,85); }

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

background-color css

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

 a { background-color: rgb(215,40,85); }

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

border-color css

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

 span { border-color: rgb(215,40,85); }

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