Html Css Color HEX #D72455 Amaranth

📋 copy color: '#D72455'

red 215 ◦ green 36 ◦ blue 85

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

Shades of Amaranth #D72455

Tints of Amaranth #D72455

RGB

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

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

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

R = 63.99%
G = 10.71%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D72455 (or 0xD72455) is known color: Amaranth. HEX triplet: D7, 24 and 55. RGB value is (215,36,85). Sum of RGB (Red+Green+Blue) = 215+36+85=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D72455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72455 is #28DBAA. Grayscale: #5F5F5F. Windows color (decimal): -2677675 or 5579991. OLE color: 5579991.

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

Color convert

RGB 215 36 85 -
CMYK 0 0.83 0.60 0.16
HSL 343.58º 0.71% 0.49% -
HSV(B) 343.58º 0.83% 0.84% -
XYZ 30.29 16.36 10.16 -
YUV 95.11 122.3 213.52 -
System Red Green Blue C M Y K H S L
Decimal 215 36 85 0 0.83 0.60 0.16 343.58 0.71 0.49
Hex D7 24 55 0 53 3C 10 158 47 31
Octal 327 44 125 0 123 74 20 530 107 61
Binary 11010111 100100 1010101 0 1010011 111100 10000 101011000 1000111 110001

Color Harmonies of #D72455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72455

Black with #D72455

Text Example


Text Example

White with #D72455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72455; }

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

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

background-color css

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

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

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

border-color css

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

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

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