Html Css Color HEX #D72D4A Amaranth

📋 copy color: '#D72D4A'

red 215 ◦ green 45 ◦ blue 74

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

Shades of Amaranth #D72D4A

Tints of Amaranth #D72D4A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.47%

 BLUE value IS 74 (29.3% from 255) = 22.16%

R = 64.37%
G = 13.47%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D72D4A (or 0xD72D4A) is known color: Amaranth. HEX triplet: D7, 2D and 4A. RGB value is (215,45,74). Sum of RGB (Red+Green+Blue) = 215+45+74=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72D4A is #28D2B5. Grayscale: #636363. Windows color (decimal): -2675382 or 4861399. OLE color: 4861399.

HSL color Cylindrical-coordinate representation of color #D72D4A: hue angle of 349.76º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72D4A is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 45 74 -
CMYK 0 0.79 0.66 0.16
HSL 349.76º 0.68% 0.51% -
HSV(B) 349.76º 0.79% 0.84% -
XYZ 30.2 16.82 8.13 -
YUV 99.14 113.82 210.64 -
System Red Green Blue C M Y K H S L
Decimal 215 45 74 0 0.79 0.66 0.16 349.76 0.68 0.51
Hex D7 2D 4A 0 4F 42 10 15E 44 33
Octal 327 55 112 0 117 102 20 536 104 63
Binary 11010111 101101 1001010 0 1001111 1000010 10000 101011110 1000100 110011

Color Harmonies of #D72D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72D4A

Black with #D72D4A

Text Example


Text Example

White with #D72D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72D4A; }

 p { color: rgb(215,45,74); }

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

background-color css

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

 a { background-color: rgb(215,45,74); }

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

border-color css

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

 span { border-color: rgb(215,45,74); }

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