Html Css Color HEX #D82E53 Amaranth

📋 copy color: '#D82E53'

red 216 ◦ green 46 ◦ blue 83

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

Shades of Amaranth #D82E53

Tints of Amaranth #D82E53

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.33%

 BLUE value IS 83 (32.81% from 255) = 24.06%

R = 62.61%
G = 13.33%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D82E53 (or 0xD82E53) is known color: Amaranth. HEX triplet: D8, 2E and 53. RGB value is (216,46,83). Sum of RGB (Red+Green+Blue) = 216+46+83=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82E53 is #27D1AC. Grayscale: #656565. Windows color (decimal): -2609581 or 5451480. OLE color: 5451480.

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

Color convert

RGB 216 46 83 -
CMYK 0 0.79 0.62 0.15
HSL 346.94º 0.69% 0.51% -
HSV(B) 346.94º 0.79% 0.85% -
XYZ 30.86 17.18 9.87 -
YUV 101.05 117.82 209.99 -
System Red Green Blue C M Y K H S L
Decimal 216 46 83 0 0.79 0.62 0.15 346.94 0.69 0.51
Hex D8 2E 53 0 4F 3E F 15B 45 33
Octal 330 56 123 0 117 76 17 533 105 63
Binary 11011000 101110 1010011 0 1001111 111110 1111 101011011 1000101 110011

Color Harmonies of #D82E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82E53

Black with #D82E53

Text Example


Text Example

White with #D82E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82E53; }

 p { color: rgb(216,46,83); }

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

background-color css

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

 a { background-color: rgb(216,46,83); }

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

border-color css

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

 span { border-color: rgb(216,46,83); }

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