Html Css Color HEX #D32199 Medium Violet Red

📋 copy color: '#D32199'

red 211 ◦ green 33 ◦ blue 153

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

Shades of Medium Violet Red #D32199

Tints of Medium Violet Red #D32199

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.31%

 BLUE value IS 153 (60.16% from 255) = 38.54%

R = 53.15%
G = 8.31%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D32199 (or 0xD32199) is known color: Medium Violet Red. HEX triplet: D3, 21 and 99. RGB value is (211,33,153). Sum of RGB (Red+Green+Blue) = 211+33+153=397 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.15% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 211 - color contains mainly: red. Hex color #D32199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32199 is #2CDE66. Grayscale: #636363. Windows color (decimal): -2940519 or 10035667. OLE color: 10035667.

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

Color convert

RGB 211 33 153 -
CMYK 0 0.84 0.27 0.17
HSL 319.55º 0.73% 0.48% -
HSV(B) 319.55º 0.84% 0.83% -
XYZ 33.16 17.24 31.72 -
YUV 99.9 157.97 207.24 -
System Red Green Blue C M Y K H S L
Decimal 211 33 153 0 0.84 0.27 0.17 319.55 0.73 0.48
Hex D3 21 99 0 54 1B 11 140 49 30
Octal 323 41 231 0 124 33 21 500 111 60
Binary 11010011 100001 10011001 0 1010100 11011 10001 101000000 1001001 110000

Color Harmonies of #D32199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32199

Black with #D32199

Text Example


Text Example

White with #D32199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32199; }

 p { color: rgb(211,33,153); }

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

background-color css

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

 a { background-color: rgb(211,33,153); }

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

border-color css

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

 span { border-color: rgb(211,33,153); }

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