Html Css Color HEX #D82F54 Amaranth

📋 copy color: '#D82F54'

red 216 ◦ green 47 ◦ blue 84

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

Shades of Amaranth #D82F54

Tints of Amaranth #D82F54

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.54%

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

R = 62.25%
G = 13.54%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D82F54 (or 0xD82F54) is known color: Amaranth. HEX triplet: D8, 2F and 54. RGB value is (216,47,84). Sum of RGB (Red+Green+Blue) = 216+47+84=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82F54 is #27D0AB. Grayscale: #656565. Windows color (decimal): -2609324 or 5517272. OLE color: 5517272.

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

Color convert

RGB 216 47 84 -
CMYK 0 0.78 0.61 0.15
HSL 346.86º 0.68% 0.52% -
HSV(B) 346.86º 0.78% 0.85% -
XYZ 30.94 17.27 10.09 -
YUV 101.75 117.99 209.49 -
System Red Green Blue C M Y K H S L
Decimal 216 47 84 0 0.78 0.61 0.15 346.86 0.68 0.52
Hex D8 2F 54 0 4E 3D F 15B 44 34
Octal 330 57 124 0 116 75 17 533 104 64
Binary 11011000 101111 1010100 0 1001110 111101 1111 101011011 1000100 110100

Color Harmonies of #D82F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82F54

Black with #D82F54

Text Example


Text Example

White with #D82F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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