Html Css Color HEX #D82D56 Amaranth

📋 copy color: '#D82D56'

red 216 ◦ green 45 ◦ blue 86

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

Shades of Amaranth #D82D56

Tints of Amaranth #D82D56

RGB

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

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

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

R = 62.25%
G = 12.97%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D82D56 (or 0xD82D56) is known color: Amaranth. HEX triplet: D8, 2D and 56. RGB value is (216,45,86). Sum of RGB (Red+Green+Blue) = 216+45+86=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82D56 is #27D2A9. Grayscale: #646464. Windows color (decimal): -2609834 or 5647832. OLE color: 5647832.

HSL color Cylindrical-coordinate representation of color #D82D56: hue angle of 345.61º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D82D56 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 45 86 -
CMYK 0 0.79 0.60 0.15
HSL 345.61º 0.69% 0.51% -
HSV(B) 345.61º 0.79% 0.85% -
XYZ 30.94 17.15 10.48 -
YUV 100.8 119.65 210.17 -
System Red Green Blue C M Y K H S L
Decimal 216 45 86 0 0.79 0.60 0.15 345.61 0.69 0.51
Hex D8 2D 56 0 4F 3C F 15A 45 33
Octal 330 55 126 0 117 74 17 532 105 63
Binary 11011000 101101 1010110 0 1001111 111100 1111 101011010 1000101 110011

Color Harmonies of #D82D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82D56

Black with #D82D56

Text Example


Text Example

White with #D82D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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