Html Css Color HEX #D82056 Amaranth

📋 copy color: '#D82056'

red 216 ◦ green 32 ◦ blue 86

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

Shades of Amaranth #D82056

Tints of Amaranth #D82056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.75%

R = 64.67%
G = 9.58%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D82056 (or 0xD82056) is known color: Amaranth. HEX triplet: D8, 20 and 56. RGB value is (216,32,86). Sum of RGB (Red+Green+Blue) = 216+32+86=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D82056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82056 is #27DFA9. Grayscale: #5D5D5D. Windows color (decimal): -2613162 or 5644504. OLE color: 5644504.

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

Color convert

RGB 216 32 86 -
CMYK 0 0.85 0.60 0.15
HSL 342.39º 0.74% 0.49% -
HSV(B) 342.39º 0.85% 0.85% -
XYZ 30.52 16.3 10.34 -
YUV 93.17 123.96 215.61 -
System Red Green Blue C M Y K H S L
Decimal 216 32 86 0 0.85 0.60 0.15 342.39 0.74 0.49
Hex D8 20 56 0 55 3C F 156 4A 31
Octal 330 40 126 0 125 74 17 526 112 61
Binary 11011000 100000 1010110 0 1010101 111100 1111 101010110 1001010 110001

Color Harmonies of #D82056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82056

Black with #D82056

Text Example


Text Example

White with #D82056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82056; }

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

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

background-color css

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

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

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

border-color css

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

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

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