Html Css Color HEX #D32080 Medium Violet Red

📋 copy color: '#D32080'

red 211 ◦ green 32 ◦ blue 128

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

Shades of Medium Violet Red #D32080

Tints of Medium Violet Red #D32080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.5%

R = 56.87%
G = 8.63%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D32080 (or 0xD32080) is known color: Medium Violet Red. HEX triplet: D3, 20 and 80. RGB value is (211,32,128). Sum of RGB (Red+Green+Blue) = 211+32+128=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D32080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32080 is #2CDF7F. Grayscale: #606060. Windows color (decimal): -2940800 or 8397011. OLE color: 8397011.

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

Color convert

RGB 211 32 128 -
CMYK 0 0.85 0.39 0.17
HSL 327.82º 0.74% 0.48% -
HSV(B) 327.82º 0.85% 0.83% -
XYZ 31.28 16.44 21.95 -
YUV 96.47 145.8 209.69 -
System Red Green Blue C M Y K H S L
Decimal 211 32 128 0 0.85 0.39 0.17 327.82 0.74 0.48
Hex D3 20 80 0 55 27 11 148 4A 30
Octal 323 40 200 0 125 47 21 510 112 60
Binary 11010011 100000 10000000 0 1010101 100111 10001 101001000 1001010 110000

Color Harmonies of #D32080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32080

Black with #D32080

Text Example


Text Example

White with #D32080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32080; }

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

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

background-color css

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

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

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

border-color css

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

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

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