Html Css Color HEX #D82D55 Amaranth

📋 copy color: '#D82D55'

red 216 ◦ green 45 ◦ blue 85

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

Shades of Amaranth #D82D55

Tints of Amaranth #D82D55

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.01%

 BLUE value IS 85 (33.59% from 255) = 24.57%

R = 62.43%
G = 13.01%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D82D55 (or 0xD82D55) is known color: Amaranth. HEX triplet: D8, 2D and 55. RGB value is (216,45,85). Sum of RGB (Red+Green+Blue) = 216+45+85=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82D55 is #27D2AA. Grayscale: #646464. Windows color (decimal): -2609835 or 5582296. OLE color: 5582296.

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

Color convert

RGB 216 45 85 -
CMYK 0 0.79 0.61 0.15
HSL 345.96º 0.69% 0.51% -
HSV(B) 345.96º 0.79% 0.85% -
XYZ 30.9 17.13 10.27 -
YUV 100.69 119.15 210.25 -
System Red Green Blue C M Y K H S L
Decimal 216 45 85 0 0.79 0.61 0.15 345.96 0.69 0.51
Hex D8 2D 55 0 4F 3D F 15A 45 33
Octal 330 55 125 0 117 75 17 532 105 63
Binary 11011000 101101 1010101 0 1001111 111101 1111 101011010 1000101 110011

Color Harmonies of #D82D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82D55

Black with #D82D55

Text Example


Text Example

White with #D82D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82D55; }

 p { color: rgb(216,45,85); }

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

background-color css

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

 a { background-color: rgb(216,45,85); }

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

border-color css

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

 span { border-color: rgb(216,45,85); }

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