Html Css Color HEX #D32156 Amaranth

📋 copy color: '#D32156'

red 211 ◦ green 33 ◦ blue 86

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

Shades of Amaranth #D32156

Tints of Amaranth #D32156

RGB

 RED value IS 211 (82.81% from 255) = 63.94%

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

 BLUE value IS 86 (33.98% from 255) = 26.06%

R = 63.94%
G = 10%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#D32156 (or 0xD32156) is known color: Amaranth. HEX triplet: D3, 21 and 56. RGB value is (211,33,86). Sum of RGB (Red+Green+Blue) = 211+33+86=330 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.94% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 211 - color contains mainly: red. Hex color #D32156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32156 is #2CDEA9. Grayscale: #5C5C5C. Windows color (decimal): -2940586 or 5644755. OLE color: 5644755.

HSL color Cylindrical-coordinate representation of color #D32156: hue angle of 342.13º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D32156 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 33 86 -
CMYK 0 0.84 0.59 0.17
HSL 342.13º 0.73% 0.48% -
HSV(B) 342.13º 0.84% 0.83% -
XYZ 29.09 15.61 10.28 -
YUV 92.26 124.47 212.69 -
System Red Green Blue C M Y K H S L
Decimal 211 33 86 0 0.84 0.59 0.17 342.13 0.73 0.48
Hex D3 21 56 0 54 3B 11 156 49 30
Octal 323 41 126 0 124 73 21 526 111 60
Binary 11010011 100001 1010110 0 1010100 111011 10001 101010110 1001001 110000

Color Harmonies of #D32156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32156

Black with #D32156

Text Example


Text Example

White with #D32156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32156; }

 p { color: rgb(211,33,86); }

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

background-color css

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

 a { background-color: rgb(211,33,86); }

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

border-color css

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

 span { border-color: rgb(211,33,86); }

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