Html Css Color HEX #D82C4E Amaranth

📋 copy color: '#D82C4E'

red 216 ◦ green 44 ◦ blue 78

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

Shades of Amaranth #D82C4E

Tints of Amaranth #D82C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.08%

R = 63.91%
G = 13.02%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D82C4E (or 0xD82C4E) is known color: Amaranth. HEX triplet: D8, 2C and 4E. RGB value is (216,44,78). Sum of RGB (Red+Green+Blue) = 216+44+78=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82C4E is #27D3B1. Grayscale: #636363. Windows color (decimal): -2610098 or 5123288. OLE color: 5123288.

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

Color convert

RGB 216 44 78 -
CMYK 0 0.80 0.64 0.15
HSL 348.14º 0.69% 0.51% -
HSV(B) 348.14º 0.8% 0.85% -
XYZ 30.59 16.95 8.87 -
YUV 99.3 115.98 211.24 -
System Red Green Blue C M Y K H S L
Decimal 216 44 78 0 0.80 0.64 0.15 348.14 0.69 0.51
Hex D8 2C 4E 0 50 40 F 15C 45 33
Octal 330 54 116 0 120 100 17 534 105 63
Binary 11011000 101100 1001110 0 1010000 1000000 1111 101011100 1000101 110011

Color Harmonies of #D82C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C4E

Black with #D82C4E

Text Example


Text Example

White with #D82C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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