Html Css Color HEX #D72852 Amaranth

📋 copy color: '#D72852'

red 215 ◦ green 40 ◦ blue 82

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

Shades of Amaranth #D72852

Tints of Amaranth #D72852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.87%

 BLUE value IS 82 (32.42% from 255) = 24.33%

R = 63.8%
G = 11.87%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D72852 (or 0xD72852) is known color: Amaranth. HEX triplet: D7, 28 and 52. RGB value is (215,40,82). Sum of RGB (Red+Green+Blue) = 215+40+82=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D72852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72852 is #28D7AD. Grayscale: #616161. Windows color (decimal): -2676654 or 5384407. OLE color: 5384407.

HSL color Cylindrical-coordinate representation of color #D72852: hue angle of 345.6º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72852 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 40 82 -
CMYK 0 0.81 0.62 0.16
HSL 345.6º 0.69% 0.5% -
HSV(B) 345.6º 0.81% 0.84% -
XYZ 30.31 16.57 9.58 -
YUV 97.11 119.48 212.08 -
System Red Green Blue C M Y K H S L
Decimal 215 40 82 0 0.81 0.62 0.16 345.6 0.69 0.5
Hex D7 28 52 0 51 3E 10 15A 45 32
Octal 327 50 122 0 121 76 20 532 105 62
Binary 11010111 101000 1010010 0 1010001 111110 10000 101011010 1000101 110010

Color Harmonies of #D72852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72852

Black with #D72852

Text Example


Text Example

White with #D72852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72852; }

 p { color: rgb(215,40,82); }

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

background-color css

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

 a { background-color: rgb(215,40,82); }

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

border-color css

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

 span { border-color: rgb(215,40,82); }

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