Html Css Color HEX #D522AA Medium Violet Red

📋 copy color: '#D522AA'

red 213 ◦ green 34 ◦ blue 170

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

Shades of Medium Violet Red #D522AA

Tints of Medium Violet Red #D522AA

RGB

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

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

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

R = 51.08%
G = 8.15%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D522AA (or 0xD522AA) is known color: Medium Violet Red. HEX triplet: D5, 22 and AA. RGB value is (213,34,170). Sum of RGB (Red+Green+Blue) = 213+34+170=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 34 (13.67% from 255 or 8.15% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D522AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D522AA is #2ADD55. Grayscale: #666666. Windows color (decimal): -2809174 or 11150037. OLE color: 11150037.

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

Color convert

RGB 213 34 170 -
CMYK 0 0.84 0.20 0.16
HSL 314.41º 0.72% 0.48% -
HSV(B) 314.41º 0.84% 0.84% -
XYZ 35.27 18.19 39.68 -
YUV 103.03 165.8 206.44 -
System Red Green Blue C M Y K H S L
Decimal 213 34 170 0 0.84 0.20 0.16 314.41 0.72 0.48
Hex D5 22 AA 0 54 14 10 13A 48 30
Octal 325 42 252 0 124 24 20 472 110 60
Binary 11010101 100010 10101010 0 1010100 10100 10000 100111010 1001000 110000

Color Harmonies of #D522AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D522AA

Black with #D522AA

Text Example


Text Example

White with #D522AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D522AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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