Html Css Color HEX #D72355 Amaranth

📋 copy color: '#D72355'

red 215 ◦ green 35 ◦ blue 85

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

Shades of Amaranth #D72355

Tints of Amaranth #D72355

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.45%

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

R = 64.18%
G = 10.45%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D72355 (or 0xD72355) is known color: Amaranth. HEX triplet: D7, 23 and 55. RGB value is (215,35,85). Sum of RGB (Red+Green+Blue) = 215+35+85=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D72355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72355 is #28DCAA. Grayscale: #5E5E5E. Windows color (decimal): -2677931 or 5579735. OLE color: 5579735.

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

Color convert

RGB 215 35 85 -
CMYK 0 0.84 0.60 0.16
HSL 343.33º 0.72% 0.49% -
HSV(B) 343.33º 0.84% 0.84% -
XYZ 30.27 16.31 10.15 -
YUV 94.52 122.63 213.93 -
System Red Green Blue C M Y K H S L
Decimal 215 35 85 0 0.84 0.60 0.16 343.33 0.72 0.49
Hex D7 23 55 0 54 3C 10 157 48 31
Octal 327 43 125 0 124 74 20 527 110 61
Binary 11010111 100011 1010101 0 1010100 111100 10000 101010111 1001000 110001

Color Harmonies of #D72355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72355

Black with #D72355

Text Example


Text Example

White with #D72355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72355; }

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

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

background-color css

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

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

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

border-color css

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

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

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