Html Css Color HEX #D82256 Amaranth

📋 copy color: '#D82256'

red 216 ◦ green 34 ◦ blue 86

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

Shades of Amaranth #D82256

Tints of Amaranth #D82256

RGB

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

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

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

R = 64.29%
G = 10.12%
B = 25.6%

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

#D82256 (or 0xD82256) is known color: Amaranth. HEX triplet: D8, 22 and 56. RGB value is (216,34,86). Sum of RGB (Red+Green+Blue) = 216+34+86=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D82256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82256 is #27DDA9. Grayscale: #5E5E5E. Windows color (decimal): -2612650 or 5645016. OLE color: 5645016.

HSL color Cylindrical-coordinate representation of color #D82256: hue angle of 342.86º 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 #D82256 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 34 86 -
CMYK 0 0.84 0.60 0.15
HSL 342.86º 0.73% 0.49% -
HSV(B) 342.86º 0.84% 0.85% -
XYZ 30.57 16.41 10.36 -
YUV 94.35 123.3 214.77 -
System Red Green Blue C M Y K H S L
Decimal 216 34 86 0 0.84 0.60 0.15 342.86 0.73 0.49
Hex D8 22 56 0 54 3C F 157 49 31
Octal 330 42 126 0 124 74 17 527 111 61
Binary 11011000 100010 1010110 0 1010100 111100 1111 101010111 1001001 110001

Color Harmonies of #D82256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82256

Black with #D82256

Text Example


Text Example

White with #D82256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82256; }

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

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

background-color css

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

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

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

border-color css

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

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

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