Html Css Color HEX #D82151 Amaranth

📋 copy color: '#D82151'

red 216 ◦ green 33 ◦ blue 81

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

Shades of Amaranth #D82151

Tints of Amaranth #D82151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10%

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

R = 65.45%
G = 10%
B = 24.55%

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

#D82151 (or 0xD82151) is known color: Amaranth. HEX triplet: D8, 21 and 51. RGB value is (216,33,81). Sum of RGB (Red+Green+Blue) = 216+33+81=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D82151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82151 is #27DEAE. Grayscale: #5D5D5D. Windows color (decimal): -2612911 or 5317080. OLE color: 5317080.

HSL color Cylindrical-coordinate representation of color #D82151: hue angle of 344.26º degrees, saturation: 0.73, 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 #D82151 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 33 81 -
CMYK 0 0.85 0.62 0.15
HSL 344.26º 0.73% 0.49% -
HSV(B) 344.26º 0.85% 0.85% -
XYZ 30.35 16.28 9.33 -
YUV 93.19 121.13 215.6 -
System Red Green Blue C M Y K H S L
Decimal 216 33 81 0 0.85 0.62 0.15 344.26 0.73 0.49
Hex D8 21 51 0 55 3E F 158 49 31
Octal 330 41 121 0 125 76 17 530 111 61
Binary 11011000 100001 1010001 0 1010101 111110 1111 101011000 1001001 110001

Color Harmonies of #D82151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82151

Black with #D82151

Text Example


Text Example

White with #D82151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82151; }

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

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

background-color css

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

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

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

border-color css

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

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

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