Html Css Color HEX #D522A6 Medium Violet Red

📋 copy color: '#D522A6'

red 213 ◦ green 34 ◦ blue 166

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

Shades of Medium Violet Red #D522A6

Tints of Medium Violet Red #D522A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.19%

R = 51.57%
G = 8.23%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D522A6 (or 0xD522A6) is known color: Medium Violet Red. HEX triplet: D5, 22 and A6. RGB value is (213,34,166). Sum of RGB (Red+Green+Blue) = 213+34+166=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 34 (13.67% from 255 or 8.23% from 413); Blue value is 166 (65.23% from 255 or 40.19% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D522A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D522A6 is #2ADD59. Grayscale: #666666. Windows color (decimal): -2809178 or 10887893. OLE color: 10887893.

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

Color convert

RGB 213 34 166 -
CMYK 0 0.84 0.22 0.16
HSL 315.75º 0.72% 0.48% -
HSV(B) 315.75º 0.84% 0.84% -
XYZ 34.9 18.04 37.72 -
YUV 102.57 163.8 206.77 -
System Red Green Blue C M Y K H S L
Decimal 213 34 166 0 0.84 0.22 0.16 315.75 0.72 0.48
Hex D5 22 A6 0 54 16 10 13C 48 30
Octal 325 42 246 0 124 26 20 474 110 60
Binary 11010101 100010 10100110 0 1010100 10110 10000 100111100 1001000 110000

Color Harmonies of #D522A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D522A6

Black with #D522A6

Text Example


Text Example

White with #D522A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D522A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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