Html Css Color HEX #D72456 Amaranth

📋 copy color: '#D72456'

red 215 ◦ green 36 ◦ blue 86

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

Shades of Amaranth #D72456

Tints of Amaranth #D72456

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.68%

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

R = 63.8%
G = 10.68%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.6

 K value IS 0.16

RGB Variations

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

Color information

#D72456 (or 0xD72456) is known color: Amaranth. HEX triplet: D7, 24 and 56. RGB value is (215,36,86). Sum of RGB (Red+Green+Blue) = 215+36+86=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D72456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72456 is #28DBA9. Grayscale: #5F5F5F. Windows color (decimal): -2677674 or 5645527. OLE color: 5645527.

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

Color convert

RGB 215 36 86 -
CMYK 0 0.83 0.6 0.16
HSL 343.24º 0.71% 0.49% -
HSV(B) 343.24º 0.83% 0.84% -
XYZ 30.33 16.38 10.37 -
YUV 95.22 122.8 213.43 -
System Red Green Blue C M Y K H S L
Decimal 215 36 86 0 0.83 0.6 0.16 343.24 0.71 0.49
Hex D7 24 56 0 53 3C 10 157 47 31
Octal 327 44 126 0 123 74 20 527 107 61
Binary 11010111 100100 1010110 0 1010011 111100 10000 101010111 1000111 110001

Color Harmonies of #D72456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72456

Black with #D72456

Text Example


Text Example

White with #D72456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72456; }

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

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

background-color css

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

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

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

border-color css

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

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

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