Html Css Color HEX #D82857 Amaranth

📋 copy color: '#D82857'

red 216 ◦ green 40 ◦ blue 87

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

Shades of Amaranth #D82857

Tints of Amaranth #D82857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.36%

R = 62.97%
G = 11.66%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D82857 (or 0xD82857) is known color: Amaranth. HEX triplet: D8, 28 and 57. RGB value is (216,40,87). Sum of RGB (Red+Green+Blue) = 216+40+87=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D82857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82857 is #27D7A8. Grayscale: #616161. Windows color (decimal): -2611113 or 5712088. OLE color: 5712088.

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

Color convert

RGB 216 40 87 -
CMYK 0 0.81 0.60 0.15
HSL 343.98º 0.69% 0.5% -
HSV(B) 343.98º 0.81% 0.85% -
XYZ 30.8 16.8 10.64 -
YUV 97.98 121.81 212.18 -
System Red Green Blue C M Y K H S L
Decimal 216 40 87 0 0.81 0.60 0.15 343.98 0.69 0.5
Hex D8 28 57 0 51 3C F 158 45 32
Octal 330 50 127 0 121 74 17 530 105 62
Binary 11011000 101000 1010111 0 1010001 111100 1111 101011000 1000101 110010

Color Harmonies of #D82857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82857

Black with #D82857

Text Example


Text Example

White with #D82857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82857; }

 p { color: rgb(216,40,87); }

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

background-color css

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

 a { background-color: rgb(216,40,87); }

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

border-color css

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

 span { border-color: rgb(216,40,87); }

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