Html Css Color HEX #D82A52 Amaranth

📋 copy color: '#D82A52'

red 216 ◦ green 42 ◦ blue 82

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

Shades of Amaranth #D82A52

Tints of Amaranth #D82A52

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.35%

 BLUE value IS 82 (32.42% from 255) = 24.12%

R = 63.53%
G = 12.35%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D82A52 (or 0xD82A52) is known color: Amaranth. HEX triplet: D8, 2A and 52. RGB value is (216,42,82). Sum of RGB (Red+Green+Blue) = 216+42+82=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82A52 is #27D5AD. Grayscale: #626262. Windows color (decimal): -2610606 or 5384920. OLE color: 5384920.

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

Color convert

RGB 216 42 82 -
CMYK 0 0.81 0.62 0.15
HSL 346.21º 0.69% 0.51% -
HSV(B) 346.21º 0.81% 0.85% -
XYZ 30.67 16.86 9.62 -
YUV 98.59 118.65 211.75 -
System Red Green Blue C M Y K H S L
Decimal 216 42 82 0 0.81 0.62 0.15 346.21 0.69 0.51
Hex D8 2A 52 0 51 3E F 15A 45 33
Octal 330 52 122 0 121 76 17 532 105 63
Binary 11011000 101010 1010010 0 1010001 111110 1111 101011010 1000101 110011

Color Harmonies of #D82A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82A52

Black with #D82A52

Text Example


Text Example

White with #D82A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82A52; }

 p { color: rgb(216,42,82); }

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

background-color css

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

 a { background-color: rgb(216,42,82); }

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

border-color css

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

 span { border-color: rgb(216,42,82); }

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