Html Css Color HEX #D32399 Medium Violet Red

📋 copy color: '#D32399'

red 211 ◦ green 35 ◦ blue 153

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

Shades of Medium Violet Red #D32399

Tints of Medium Violet Red #D32399

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.77%

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

R = 52.88%
G = 8.77%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D32399 (or 0xD32399) is known color: Medium Violet Red. HEX triplet: D3, 23 and 99. RGB value is (211,35,153). Sum of RGB (Red+Green+Blue) = 211+35+153=399 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.88% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 211 - color contains mainly: red. Hex color #D32399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32399 is #2CDC66. Grayscale: #646464. Windows color (decimal): -2940007 or 10036179. OLE color: 10036179.

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

Color convert

RGB 211 35 153 -
CMYK 0 0.83 0.27 0.17
HSL 319.77º 0.72% 0.48% -
HSV(B) 319.77º 0.83% 0.83% -
XYZ 33.21 17.35 31.74 -
YUV 101.08 157.31 206.41 -
System Red Green Blue C M Y K H S L
Decimal 211 35 153 0 0.83 0.27 0.17 319.77 0.72 0.48
Hex D3 23 99 0 53 1B 11 140 48 30
Octal 323 43 231 0 123 33 21 500 110 60
Binary 11010011 100011 10011001 0 1010011 11011 10001 101000000 1001000 110000

Color Harmonies of #D32399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32399

Black with #D32399

Text Example


Text Example

White with #D32399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32399; }

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

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

background-color css

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

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

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

border-color css

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

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

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