Html Css Color HEX #D82C52 Amaranth

📋 copy color: '#D82C52'

red 216 ◦ green 44 ◦ blue 82

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

Shades of Amaranth #D82C52

Tints of Amaranth #D82C52

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.87%

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

R = 63.16%
G = 12.87%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D82C52 (or 0xD82C52) is known color: Amaranth. HEX triplet: D8, 2C and 52. RGB value is (216,44,82). Sum of RGB (Red+Green+Blue) = 216+44+82=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82C52 is #27D3AD. Grayscale: #636363. Windows color (decimal): -2610094 or 5385432. OLE color: 5385432.

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

Color convert

RGB 216 44 82 -
CMYK 0 0.80 0.62 0.15
HSL 346.74º 0.69% 0.51% -
HSV(B) 346.74º 0.8% 0.85% -
XYZ 30.74 17.01 9.65 -
YUV 99.76 117.98 210.91 -
System Red Green Blue C M Y K H S L
Decimal 216 44 82 0 0.80 0.62 0.15 346.74 0.69 0.51
Hex D8 2C 52 0 50 3E F 15B 45 33
Octal 330 54 122 0 120 76 17 533 105 63
Binary 11011000 101100 1010010 0 1010000 111110 1111 101011011 1000101 110011

Color Harmonies of #D82C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C52

Black with #D82C52

Text Example


Text Example

White with #D82C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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