Html Css Color HEX #D72254 Amaranth

📋 copy color: '#D72254'

red 215 ◦ green 34 ◦ blue 84

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

Shades of Amaranth #D72254

Tints of Amaranth #D72254

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.21%

 BLUE value IS 84 (33.2% from 255) = 25.23%

R = 64.56%
G = 10.21%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D72254 (or 0xD72254) is known color: Amaranth. HEX triplet: D7, 22 and 54. RGB value is (215,34,84). Sum of RGB (Red+Green+Blue) = 215+34+84=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D72254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72254 is #28DDAB. Grayscale: #5D5D5D. Windows color (decimal): -2678188 or 5513943. OLE color: 5513943.

HSL color Cylindrical-coordinate representation of color #D72254: hue angle of 343.43º degrees, saturation: 0.73, 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 #D72254 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 34 84 -
CMYK 0 0.84 0.61 0.16
HSL 343.43º 0.73% 0.49% -
HSV(B) 343.43º 0.84% 0.84% -
XYZ 30.2 16.23 9.93 -
YUV 93.82 122.47 214.43 -
System Red Green Blue C M Y K H S L
Decimal 215 34 84 0 0.84 0.61 0.16 343.43 0.73 0.49
Hex D7 22 54 0 54 3D 10 157 49 31
Octal 327 42 124 0 124 75 20 527 111 61
Binary 11010111 100010 1010100 0 1010100 111101 10000 101010111 1001001 110001

Color Harmonies of #D72254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72254

Black with #D72254

Text Example


Text Example

White with #D72254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72254; }

 p { color: rgb(215,34,84); }

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

background-color css

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

 a { background-color: rgb(215,34,84); }

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

border-color css

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

 span { border-color: rgb(215,34,84); }

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