Html Css Color HEX #D321A9 Medium Violet Red

📋 copy color: '#D321A9'

red 211 ◦ green 33 ◦ blue 169

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

Shades of Medium Violet Red #D321A9

Tints of Medium Violet Red #D321A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 40.92%

R = 51.09%
G = 7.99%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D321A9 (or 0xD321A9) is known color: Medium Violet Red. HEX triplet: D3, 21 and A9. RGB value is (211,33,169). Sum of RGB (Red+Green+Blue) = 211+33+169=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 33 (13.28% from 255 or 7.99% from 413); Blue value is 169 (66.41% from 255 or 40.92% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D321A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D321A9 is #2CDE56. Grayscale: #656565. Windows color (decimal): -2940503 or 11084243. OLE color: 11084243.

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

Color convert

RGB 211 33 169 -
CMYK 0 0.84 0.20 0.17
HSL 314.16º 0.73% 0.48% -
HSV(B) 314.16º 0.84% 0.83% -
XYZ 34.57 17.8 39.15 -
YUV 101.73 165.97 205.94 -
System Red Green Blue C M Y K H S L
Decimal 211 33 169 0 0.84 0.20 0.17 314.16 0.73 0.48
Hex D3 21 A9 0 54 14 11 13A 49 30
Octal 323 41 251 0 124 24 21 472 111 60
Binary 11010011 100001 10101001 0 1010100 10100 10001 100111010 1001001 110000

Color Harmonies of #D321A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D321A9

Black with #D321A9

Text Example


Text Example

White with #D321A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D321A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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