Html Css Color HEX #D320AD Medium Violet Red

📋 copy color: '#D320AD'

red 211 ◦ green 32 ◦ blue 173

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

Shades of Medium Violet Red #D320AD

Tints of Medium Violet Red #D320AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.59%

R = 50.72%
G = 7.69%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D320AD (or 0xD320AD) is known color: Medium Violet Red. HEX triplet: D3, 20 and AD. RGB value is (211,32,173). Sum of RGB (Red+Green+Blue) = 211+32+173=416 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.72% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 211 - color contains mainly: red. Hex color #D320AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D320AD is #2CDF52. Grayscale: #656565. Windows color (decimal): -2940755 or 11346131. OLE color: 11346131.

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

Color convert

RGB 211 32 173 -
CMYK 0 0.85 0.18 0.17
HSL 312.74º 0.74% 0.48% -
HSV(B) 312.74º 0.85% 0.83% -
XYZ 34.92 17.9 41.15 -
YUV 101.6 168.3 206.04 -
System Red Green Blue C M Y K H S L
Decimal 211 32 173 0 0.85 0.18 0.17 312.74 0.74 0.48
Hex D3 20 AD 0 55 12 11 139 4A 30
Octal 323 40 255 0 125 22 21 471 112 60
Binary 11010011 100000 10101101 0 1010101 10010 10001 100111001 1001010 110000

Color Harmonies of #D320AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D320AD

Black with #D320AD

Text Example


Text Example

White with #D320AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D320AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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