Html Css Color HEX #D320A5 Medium Violet Red

📋 copy color: '#D320A5'

red 211 ◦ green 32 ◦ blue 165

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

Shades of Medium Violet Red #D320A5

Tints of Medium Violet Red #D320A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.44%

R = 51.72%
G = 7.84%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D320A5 (or 0xD320A5) is known color: Medium Violet Red. HEX triplet: D3, 20 and A5. RGB value is (211,32,165). Sum of RGB (Red+Green+Blue) = 211+32+165=408 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.72% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 211 - color contains mainly: red. Hex color #D320A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D320A5 is #2CDF5A. Grayscale: #646464. Windows color (decimal): -2940763 or 10821843. OLE color: 10821843.

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

Color convert

RGB 211 32 165 -
CMYK 0 0.85 0.22 0.17
HSL 315.42º 0.74% 0.48% -
HSV(B) 315.42º 0.85% 0.83% -
XYZ 34.17 17.6 37.19 -
YUV 100.68 164.3 206.69 -
System Red Green Blue C M Y K H S L
Decimal 211 32 165 0 0.85 0.22 0.17 315.42 0.74 0.48
Hex D3 20 A5 0 55 16 11 13B 4A 30
Octal 323 40 245 0 125 26 21 473 112 60
Binary 11010011 100000 10100101 0 1010101 10110 10001 100111011 1001010 110000

Color Harmonies of #D320A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D320A5

Black with #D320A5

Text Example


Text Example

White with #D320A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D320A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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