Html Css Color HEX #D320AA Medium Violet Red

📋 copy color: '#D320AA'

red 211 ◦ green 32 ◦ blue 170

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

Shades of Medium Violet Red #D320AA

Tints of Medium Violet Red #D320AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.16%

R = 51.09%
G = 7.75%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D320AA (or 0xD320AA) is known color: Medium Violet Red. HEX triplet: D3, 20 and AA. RGB value is (211,32,170). Sum of RGB (Red+Green+Blue) = 211+32+170=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D320AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D320AA is #2CDF55. Grayscale: #646464. Windows color (decimal): -2940758 or 11149523. OLE color: 11149523.

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

Color convert

RGB 211 32 170 -
CMYK 0 0.85 0.19 0.17
HSL 313.74º 0.74% 0.48% -
HSV(B) 313.74º 0.85% 0.83% -
XYZ 34.64 17.78 39.64 -
YUV 101.25 166.8 206.28 -
System Red Green Blue C M Y K H S L
Decimal 211 32 170 0 0.85 0.19 0.17 313.74 0.74 0.48
Hex D3 20 AA 0 55 13 11 13A 4A 30
Octal 323 40 252 0 125 23 21 472 112 60
Binary 11010011 100000 10101010 0 1010101 10011 10001 100111010 1001010 110000

Color Harmonies of #D320AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D320AA

Black with #D320AA

Text Example


Text Example

White with #D320AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D320AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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