Html Css Color HEX #D82651 Amaranth

📋 copy color: '#D82651'

red 216 ◦ green 38 ◦ blue 81

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

Shades of Amaranth #D82651

Tints of Amaranth #D82651

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.34%

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

R = 64.48%
G = 11.34%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D82651 (or 0xD82651) is known color: Amaranth. HEX triplet: D8, 26 and 51. RGB value is (216,38,81). Sum of RGB (Red+Green+Blue) = 216+38+81=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D82651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82651 is #27D9AE. Grayscale: #606060. Windows color (decimal): -2611631 or 5318360. OLE color: 5318360.

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

Color convert

RGB 216 38 81 -
CMYK 0 0.82 0.62 0.15
HSL 345.51º 0.7% 0.5% -
HSV(B) 345.51º 0.82% 0.85% -
XYZ 30.5 16.58 9.38 -
YUV 96.12 119.47 213.5 -
System Red Green Blue C M Y K H S L
Decimal 216 38 81 0 0.82 0.62 0.15 345.51 0.7 0.5
Hex D8 26 51 0 52 3E F 15A 46 32
Octal 330 46 121 0 122 76 17 532 106 62
Binary 11011000 100110 1010001 0 1010010 111110 1111 101011010 1000110 110010

Color Harmonies of #D82651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82651

Black with #D82651

Text Example


Text Example

White with #D82651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82651; }

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

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

background-color css

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

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

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

border-color css

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

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

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