Html Css Color HEX #D82155 Amaranth

📋 copy color: '#D82155'

red 216 ◦ green 33 ◦ blue 85

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

Shades of Amaranth #D82155

Tints of Amaranth #D82155

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.88%

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

R = 64.67%
G = 9.88%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D82155 (or 0xD82155) is known color: Amaranth. HEX triplet: D8, 21 and 55. RGB value is (216,33,85). Sum of RGB (Red+Green+Blue) = 216+33+85=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D82155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82155 is #27DEAA. Grayscale: #5D5D5D. Windows color (decimal): -2612907 or 5579224. OLE color: 5579224.

HSL color Cylindrical-coordinate representation of color #D82155: hue angle of 342.95º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D82155 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 33 85 -
CMYK 0 0.85 0.61 0.15
HSL 342.95º 0.73% 0.49% -
HSV(B) 342.95º 0.85% 0.85% -
XYZ 30.5 16.34 10.14 -
YUV 93.65 123.13 215.27 -
System Red Green Blue C M Y K H S L
Decimal 216 33 85 0 0.85 0.61 0.15 342.95 0.73 0.49
Hex D8 21 55 0 55 3D F 157 49 31
Octal 330 41 125 0 125 75 17 527 111 61
Binary 11011000 100001 1010101 0 1010101 111101 1111 101010111 1001001 110001

Color Harmonies of #D82155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82155

Black with #D82155

Text Example


Text Example

White with #D82155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82155; }

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

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

background-color css

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

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

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

border-color css

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

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

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