Html Css Color HEX #D82A4D Amaranth

📋 copy color: '#D82A4D'

red 216 ◦ green 42 ◦ blue 77

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

Shades of Amaranth #D82A4D

Tints of Amaranth #D82A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.99%

R = 64.48%
G = 12.54%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D82A4D (or 0xD82A4D) is known color: Amaranth. HEX triplet: D8, 2A and 4D. RGB value is (216,42,77). Sum of RGB (Red+Green+Blue) = 216+42+77=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82A4D is #27D5B2. Grayscale: #626262. Windows color (decimal): -2610611 or 5057240. OLE color: 5057240.

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

Color convert

RGB 216 42 77 -
CMYK 0 0.81 0.64 0.15
HSL 347.93º 0.69% 0.51% -
HSV(B) 347.93º 0.81% 0.85% -
XYZ 30.49 16.79 8.66 -
YUV 98.02 116.15 212.15 -
System Red Green Blue C M Y K H S L
Decimal 216 42 77 0 0.81 0.64 0.15 347.93 0.69 0.51
Hex D8 2A 4D 0 51 40 F 15C 45 33
Octal 330 52 115 0 121 100 17 534 105 63
Binary 11011000 101010 1001101 0 1010001 1000000 1111 101011100 1000101 110011

Color Harmonies of #D82A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82A4D

Black with #D82A4D

Text Example


Text Example

White with #D82A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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