Html Css Color HEX #D82756 Amaranth

📋 copy color: '#D82756'

red 216 ◦ green 39 ◦ blue 86

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

Shades of Amaranth #D82756

Tints of Amaranth #D82756

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.44%

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

R = 63.34%
G = 11.44%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D82756 (or 0xD82756) is known color: Amaranth. HEX triplet: D8, 27 and 56. RGB value is (216,39,86). Sum of RGB (Red+Green+Blue) = 216+39+86=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D82756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82756 is #27D8A9. Grayscale: #616161. Windows color (decimal): -2611370 or 5646296. OLE color: 5646296.

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

Color convert

RGB 216 39 86 -
CMYK 0 0.82 0.60 0.15
HSL 344.07º 0.69% 0.5% -
HSV(B) 344.07º 0.82% 0.85% -
XYZ 30.72 16.72 10.41 -
YUV 97.28 121.64 212.68 -
System Red Green Blue C M Y K H S L
Decimal 216 39 86 0 0.82 0.60 0.15 344.07 0.69 0.5
Hex D8 27 56 0 52 3C F 158 45 32
Octal 330 47 126 0 122 74 17 530 105 62
Binary 11011000 100111 1010110 0 1010010 111100 1111 101011000 1000101 110010

Color Harmonies of #D82756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82756

Black with #D82756

Text Example


Text Example

White with #D82756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82756; }

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

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

background-color css

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

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

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

border-color css

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

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

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