Html Css Color HEX #D82052 Amaranth

📋 copy color: '#D82052'

red 216 ◦ green 32 ◦ blue 82

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

Shades of Amaranth #D82052

Tints of Amaranth #D82052

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.7%

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

R = 65.45%
G = 9.7%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D82052 (or 0xD82052) is known color: Amaranth. HEX triplet: D8, 20 and 52. RGB value is (216,32,82). Sum of RGB (Red+Green+Blue) = 216+32+82=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D82052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82052 is #27DFAD. Grayscale: #5C5C5C. Windows color (decimal): -2613166 or 5382360. OLE color: 5382360.

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

Color convert

RGB 216 32 82 -
CMYK 0 0.85 0.62 0.15
HSL 343.7º 0.74% 0.49% -
HSV(B) 343.7º 0.85% 0.85% -
XYZ 30.36 16.24 9.52 -
YUV 92.72 121.96 215.93 -
System Red Green Blue C M Y K H S L
Decimal 216 32 82 0 0.85 0.62 0.15 343.7 0.74 0.49
Hex D8 20 52 0 55 3E F 158 4A 31
Octal 330 40 122 0 125 76 17 530 112 61
Binary 11011000 100000 1010010 0 1010101 111110 1111 101011000 1001010 110001

Color Harmonies of #D82052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82052

Black with #D82052

Text Example


Text Example

White with #D82052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82052; }

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

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

background-color css

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

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

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

border-color css

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

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

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