Html Css Color HEX #D522A1 Medium Violet Red

📋 copy color: '#D522A1'

red 213 ◦ green 34 ◦ blue 161

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

Shades of Medium Violet Red #D522A1

Tints of Medium Violet Red #D522A1

RGB

 RED value IS 213 (83.59% from 255) = 52.21%

 GREEN value IS 34 (13.67% from 255) = 8.33%

 BLUE value IS 161 (63.28% from 255) = 39.46%

R = 52.21%
G = 8.33%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D522A1 (or 0xD522A1) is known color: Medium Violet Red. HEX triplet: D5, 22 and A1. RGB value is (213,34,161). Sum of RGB (Red+Green+Blue) = 213+34+161=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 34 (13.67% from 255 or 8.33% from 408); Blue value is 161 (63.28% from 255 or 39.46% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D522A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D522A1 is #2ADD5E. Grayscale: #656565. Windows color (decimal): -2809183 or 10560213. OLE color: 10560213.

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

Color convert

RGB 213 34 161 -
CMYK 0 0.84 0.24 0.16
HSL 317.43º 0.72% 0.48% -
HSV(B) 317.43º 0.84% 0.84% -
XYZ 34.45 17.86 35.35 -
YUV 102 161.3 207.17 -
System Red Green Blue C M Y K H S L
Decimal 213 34 161 0 0.84 0.24 0.16 317.43 0.72 0.48
Hex D5 22 A1 0 54 18 10 13D 48 30
Octal 325 42 241 0 124 30 20 475 110 60
Binary 11010101 100010 10100001 0 1010100 11000 10000 100111101 1001000 110000

Color Harmonies of #D522A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D522A1

Black with #D522A1

Text Example


Text Example

White with #D522A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D522A1; }

 p { color: rgb(213,34,161); }

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

background-color css

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

 a { background-color: rgb(213,34,161); }

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

border-color css

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

 span { border-color: rgb(213,34,161); }

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