Html Css Color HEX #D32051 Amaranth

📋 copy color: '#D32051'

red 211 ◦ green 32 ◦ blue 81

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

Shades of Amaranth #D32051

Tints of Amaranth #D32051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.88%

 BLUE value IS 81 (32.03% from 255) = 25%

R = 65.12%
G = 9.88%
B = 25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D32051 (or 0xD32051) is known color: Amaranth. HEX triplet: D3, 20 and 51. RGB value is (211,32,81). Sum of RGB (Red+Green+Blue) = 211+32+81=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D32051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32051 is #2CDFAE. Grayscale: #5B5B5B. Windows color (decimal): -2940847 or 5316819. OLE color: 5316819.

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

Color convert

RGB 211 32 81 -
CMYK 0 0.85 0.62 0.17
HSL 343.58º 0.74% 0.48% -
HSV(B) 343.58º 0.85% 0.83% -
XYZ 28.87 15.48 9.25 -
YUV 91.11 122.3 213.52 -
System Red Green Blue C M Y K H S L
Decimal 211 32 81 0 0.85 0.62 0.17 343.58 0.74 0.48
Hex D3 20 51 0 55 3E 11 158 4A 30
Octal 323 40 121 0 125 76 21 530 112 60
Binary 11010011 100000 1010001 0 1010101 111110 10001 101011000 1001010 110000

Color Harmonies of #D32051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32051

Black with #D32051

Text Example


Text Example

White with #D32051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32051; }

 p { color: rgb(211,32,81); }

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

background-color css

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

 a { background-color: rgb(211,32,81); }

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

border-color css

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

 span { border-color: rgb(211,32,81); }

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