Html Css Color HEX #D82051 Amaranth

📋 copy color: '#D82051'

red 216 ◦ green 32 ◦ blue 81

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

Shades of Amaranth #D82051

Tints of Amaranth #D82051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.73%

 BLUE value IS 81 (32.03% from 255) = 24.62%

R = 65.65%
G = 9.73%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D82051 (or 0xD82051) is known color: Amaranth. HEX triplet: D8, 20 and 51. RGB value is (216,32,81). Sum of RGB (Red+Green+Blue) = 216+32+81=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D82051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82051 is #27DFAE. Grayscale: #5C5C5C. Windows color (decimal): -2613167 or 5316824. OLE color: 5316824.

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

Color convert

RGB 216 32 81 -
CMYK 0 0.85 0.62 0.15
HSL 344.02º 0.74% 0.49% -
HSV(B) 344.02º 0.85% 0.85% -
XYZ 30.32 16.23 9.32 -
YUV 92.6 121.46 216.02 -
System Red Green Blue C M Y K H S L
Decimal 216 32 81 0 0.85 0.62 0.15 344.02 0.74 0.49
Hex D8 20 51 0 55 3E F 158 4A 31
Octal 330 40 121 0 125 76 17 530 112 61
Binary 11011000 100000 1010001 0 1010101 111110 1111 101011000 1001010 110001

Color Harmonies of #D82051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82051

Black with #D82051

Text Example


Text Example

White with #D82051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82051; }

 p { color: rgb(216,32,81); }

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

background-color css

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

 a { background-color: rgb(216,32,81); }

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

border-color css

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

 span { border-color: rgb(216,32,81); }

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