Html Css Color HEX #D82457 Amaranth

📋 copy color: '#D82457'

red 216 ◦ green 36 ◦ blue 87

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

Shades of Amaranth #D82457

Tints of Amaranth #D82457

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.62%

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

R = 63.72%
G = 10.62%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D82457 (or 0xD82457) is known color: Amaranth. HEX triplet: D8, 24 and 57. RGB value is (216,36,87). Sum of RGB (Red+Green+Blue) = 216+36+87=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D82457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82457 is #27DBA8. Grayscale: #5F5F5F. Windows color (decimal): -2612137 or 5711064. OLE color: 5711064.

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

Color convert

RGB 216 36 87 -
CMYK 0 0.83 0.60 0.15
HSL 343º 0.71% 0.49% -
HSV(B) 343º 0.83% 0.85% -
XYZ 30.67 16.55 10.59 -
YUV 95.63 123.13 213.85 -
System Red Green Blue C M Y K H S L
Decimal 216 36 87 0 0.83 0.60 0.15 343 0.71 0.49
Hex D8 24 57 0 53 3C F 157 47 31
Octal 330 44 127 0 123 74 17 527 107 61
Binary 11011000 100100 1010111 0 1010011 111100 1111 101010111 1000111 110001

Color Harmonies of #D82457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82457

Black with #D82457

Text Example


Text Example

White with #D82457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82457; }

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

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

background-color css

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

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

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

border-color css

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

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

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