Html Css Color HEX #D32054 Amaranth

📋 copy color: '#D32054'

red 211 ◦ green 32 ◦ blue 84

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

Shades of Amaranth #D32054

Tints of Amaranth #D32054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.69%

R = 64.53%
G = 9.79%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#D32054 (or 0xD32054) is known color: Amaranth. HEX triplet: D3, 20 and 54. RGB value is (211,32,84). Sum of RGB (Red+Green+Blue) = 211+32+84=327 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.53% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 211 - color contains mainly: red. Hex color #D32054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32054 is #2CDFAB. Grayscale: #5B5B5B. Windows color (decimal): -2940844 or 5513427. OLE color: 5513427.

HSL color Cylindrical-coordinate representation of color #D32054: hue angle of 342.57º 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 #D32054 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 32 84 -
CMYK 0 0.85 0.60 0.17
HSL 342.57º 0.74% 0.48% -
HSV(B) 342.57º 0.85% 0.83% -
XYZ 28.98 15.52 9.86 -
YUV 91.45 123.8 213.27 -
System Red Green Blue C M Y K H S L
Decimal 211 32 84 0 0.85 0.60 0.17 342.57 0.74 0.48
Hex D3 20 54 0 55 3C 11 157 4A 30
Octal 323 40 124 0 125 74 21 527 112 60
Binary 11010011 100000 1010100 0 1010101 111100 10001 101010111 1001010 110000

Color Harmonies of #D32054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32054

Black with #D32054

Text Example


Text Example

White with #D32054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32054; }

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

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

background-color css

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

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

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

border-color css

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

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

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