Html Css Color HEX #D82054 Amaranth

📋 copy color: '#D82054'

red 216 ◦ green 32 ◦ blue 84

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

Shades of Amaranth #D82054

Tints of Amaranth #D82054

RGB

 RED value IS 216 (84.77% from 255) = 65.06%

 GREEN value IS 32 (12.89% from 255) = 9.64%

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

R = 65.06%
G = 9.64%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D82054 (or 0xD82054) is known color: Amaranth. HEX triplet: D8, 20 and 54. RGB value is (216,32,84). Sum of RGB (Red+Green+Blue) = 216+32+84=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D82054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82054 is #27DFAB. Grayscale: #5C5C5C. Windows color (decimal): -2613164 or 5513432. OLE color: 5513432.

HSL color Cylindrical-coordinate representation of color #D82054: hue angle of 343.04º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D82054 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 32 84 -
CMYK 0 0.85 0.61 0.15
HSL 343.04º 0.74% 0.49% -
HSV(B) 343.04º 0.85% 0.85% -
XYZ 30.44 16.27 9.92 -
YUV 92.94 122.96 215.77 -
System Red Green Blue C M Y K H S L
Decimal 216 32 84 0 0.85 0.61 0.15 343.04 0.74 0.49
Hex D8 20 54 0 55 3D F 157 4A 31
Octal 330 40 124 0 125 75 17 527 112 61
Binary 11011000 100000 1010100 0 1010101 111101 1111 101010111 1001010 110001

Color Harmonies of #D82054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82054

Black with #D82054

Text Example


Text Example

White with #D82054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82054; }

 p { color: rgb(216,32,84); }

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

background-color css

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

 a { background-color: rgb(216,32,84); }

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

border-color css

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

 span { border-color: rgb(216,32,84); }

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