Html Css Color HEX #D82554 Amaranth

📋 copy color: '#D82554'

red 216 ◦ green 37 ◦ blue 84

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

Shades of Amaranth #D82554

Tints of Amaranth #D82554

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.98%

 BLUE value IS 84 (33.2% from 255) = 24.93%

R = 64.09%
G = 10.98%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D82554 (or 0xD82554) is known color: Amaranth. HEX triplet: D8, 25 and 54. RGB value is (216,37,84). Sum of RGB (Red+Green+Blue) = 216+37+84=337 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.09% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 216 - color contains mainly: red. Hex color #D82554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82554 is #27DAAB. Grayscale: #5F5F5F. Windows color (decimal): -2611884 or 5514712. OLE color: 5514712.

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

Color convert

RGB 216 37 84 -
CMYK 0 0.83 0.61 0.15
HSL 344.25º 0.71% 0.5% -
HSV(B) 344.25º 0.83% 0.85% -
XYZ 30.58 16.56 9.97 -
YUV 95.88 121.3 213.68 -
System Red Green Blue C M Y K H S L
Decimal 216 37 84 0 0.83 0.61 0.15 344.25 0.71 0.5
Hex D8 25 54 0 53 3D F 158 47 32
Octal 330 45 124 0 123 75 17 530 107 62
Binary 11011000 100101 1010100 0 1010011 111101 1111 101011000 1000111 110010

Color Harmonies of #D82554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82554

Black with #D82554

Text Example


Text Example

White with #D82554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82554; }

 p { color: rgb(216,37,84); }

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

background-color css

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

 a { background-color: rgb(216,37,84); }

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

border-color css

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

 span { border-color: rgb(216,37,84); }

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