Html Css Color HEX #D82E4C Amaranth

📋 copy color: '#D82E4C'

red 216 ◦ green 46 ◦ blue 76

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

Shades of Amaranth #D82E4C

Tints of Amaranth #D82E4C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.61%

 BLUE value IS 76 (30.08% from 255) = 22.49%

R = 63.91%
G = 13.61%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D82E4C (or 0xD82E4C) is known color: Amaranth. HEX triplet: D8, 2E and 4C. RGB value is (216,46,76). Sum of RGB (Red+Green+Blue) = 216+46+76=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82E4C is #27D1B3. Grayscale: #646464. Windows color (decimal): -2609588 or 4992728. OLE color: 4992728.

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

Color convert

RGB 216 46 76 -
CMYK 0 0.79 0.65 0.15
HSL 349.41º 0.69% 0.51% -
HSV(B) 349.41º 0.79% 0.85% -
XYZ 30.6 17.07 8.52 -
YUV 100.25 114.32 210.56 -
System Red Green Blue C M Y K H S L
Decimal 216 46 76 0 0.79 0.65 0.15 349.41 0.69 0.51
Hex D8 2E 4C 0 4F 41 F 15D 45 33
Octal 330 56 114 0 117 101 17 535 105 63
Binary 11011000 101110 1001100 0 1001111 1000001 1111 101011101 1000101 110011

Color Harmonies of #D82E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82E4C

Black with #D82E4C

Text Example


Text Example

White with #D82E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82E4C; }

 p { color: rgb(216,46,76); }

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

background-color css

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

 a { background-color: rgb(216,46,76); }

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

border-color css

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

 span { border-color: rgb(216,46,76); }

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