Html Css Color HEX #D82C50 Amaranth

📋 copy color: '#D82C50'

red 216 ◦ green 44 ◦ blue 80

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

Shades of Amaranth #D82C50

Tints of Amaranth #D82C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.53%

R = 63.53%
G = 12.94%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D82C50 (or 0xD82C50) is known color: Amaranth. HEX triplet: D8, 2C and 50. RGB value is (216,44,80). Sum of RGB (Red+Green+Blue) = 216+44+80=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82C50 is #27D3AF. Grayscale: #636363. Windows color (decimal): -2610096 or 5254360. OLE color: 5254360.

HSL color Cylindrical-coordinate representation of color #D82C50: hue angle of 347.44º 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 #D82C50 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 44 80 -
CMYK 0 0.80 0.63 0.15
HSL 347.44º 0.69% 0.51% -
HSV(B) 347.44º 0.8% 0.85% -
XYZ 30.67 16.98 9.25 -
YUV 99.53 116.98 211.07 -
System Red Green Blue C M Y K H S L
Decimal 216 44 80 0 0.80 0.63 0.15 347.44 0.69 0.51
Hex D8 2C 50 0 50 3F F 15B 45 33
Octal 330 54 120 0 120 77 17 533 105 63
Binary 11011000 101100 1010000 0 1010000 111111 1111 101011011 1000101 110011

Color Harmonies of #D82C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C50

Black with #D82C50

Text Example


Text Example

White with #D82C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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