Html Css Color HEX #D82257 Amaranth

📋 copy color: '#D82257'

red 216 ◦ green 34 ◦ blue 87

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

Shades of Amaranth #D82257

Tints of Amaranth #D82257

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.09%

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

R = 64.09%
G = 10.09%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D82257 (or 0xD82257) is known color: Amaranth. HEX triplet: D8, 22 and 57. RGB value is (216,34,87). Sum of RGB (Red+Green+Blue) = 216+34+87=337 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.09% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 216 - color contains mainly: red. Hex color #D82257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82257 is #27DDA8. Grayscale: #5E5E5E. Windows color (decimal): -2612649 or 5710552. OLE color: 5710552.

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

Color convert

RGB 216 34 87 -
CMYK 0 0.84 0.60 0.15
HSL 342.53º 0.73% 0.49% -
HSV(B) 342.53º 0.84% 0.85% -
XYZ 30.61 16.43 10.57 -
YUV 94.46 123.8 214.69 -
System Red Green Blue C M Y K H S L
Decimal 216 34 87 0 0.84 0.60 0.15 342.53 0.73 0.49
Hex D8 22 57 0 54 3C F 157 49 31
Octal 330 42 127 0 124 74 17 527 111 61
Binary 11011000 100010 1010111 0 1010100 111100 1111 101010111 1001001 110001

Color Harmonies of #D82257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82257

Black with #D82257

Text Example


Text Example

White with #D82257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82257; }

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

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

background-color css

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

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

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

border-color css

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

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

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