Html Css Color HEX #D32086 Medium Violet Red

📋 copy color: '#D32086'

red 211 ◦ green 32 ◦ blue 134

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

Shades of Medium Violet Red #D32086

Tints of Medium Violet Red #D32086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.54%

R = 55.97%
G = 8.49%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D32086 (or 0xD32086) is known color: Medium Violet Red. HEX triplet: D3, 20 and 86. RGB value is (211,32,134). Sum of RGB (Red+Green+Blue) = 211+32+134=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D32086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32086 is #2CDF79. Grayscale: #606060. Windows color (decimal): -2940794 or 8790227. OLE color: 8790227.

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

Color convert

RGB 211 32 134 -
CMYK 0 0.85 0.36 0.17
HSL 325.81º 0.74% 0.48% -
HSV(B) 325.81º 0.85% 0.83% -
XYZ 31.68 16.6 24.09 -
YUV 97.15 148.8 209.21 -
System Red Green Blue C M Y K H S L
Decimal 211 32 134 0 0.85 0.36 0.17 325.81 0.74 0.48
Hex D3 20 86 0 55 24 11 146 4A 30
Octal 323 40 206 0 125 44 21 506 112 60
Binary 11010011 100000 10000110 0 1010101 100100 10001 101000110 1001010 110000

Color Harmonies of #D32086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32086

Black with #D32086

Text Example


Text Example

White with #D32086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32086; }

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

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

background-color css

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

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

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

border-color css

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

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

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