Html Css Color HEX #D32055 Amaranth

📋 copy color: '#D32055'

red 211 ◦ green 32 ◦ blue 85

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

Shades of Amaranth #D32055

Tints of Amaranth #D32055

RGB

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

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

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

R = 64.33%
G = 9.76%
B = 25.91%

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

#D32055 (or 0xD32055) is known color: Amaranth. HEX triplet: D3, 20 and 55. RGB value is (211,32,85). Sum of RGB (Red+Green+Blue) = 211+32+85=328 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.33% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 211 - color contains mainly: red. Hex color #D32055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32055 is #2CDFAA. Grayscale: #5B5B5B. Windows color (decimal): -2940843 or 5578963. OLE color: 5578963.

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

Color convert

RGB 211 32 85 -
CMYK 0 0.85 0.60 0.17
HSL 342.23º 0.74% 0.48% -
HSV(B) 342.23º 0.85% 0.83% -
XYZ 29.02 15.54 10.06 -
YUV 91.56 124.3 213.19 -
System Red Green Blue C M Y K H S L
Decimal 211 32 85 0 0.85 0.60 0.17 342.23 0.74 0.48
Hex D3 20 55 0 55 3C 11 156 4A 30
Octal 323 40 125 0 125 74 21 526 112 60
Binary 11010011 100000 1010101 0 1010101 111100 10001 101010110 1001010 110000

Color Harmonies of #D32055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32055

Black with #D32055

Text Example


Text Example

White with #D32055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32055; }

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

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

background-color css

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

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

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

border-color css

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

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

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