Html Css Color HEX #D522A8 Medium Violet Red

📋 copy color: '#D522A8'

red 213 ◦ green 34 ◦ blue 168

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

Shades of Medium Violet Red #D522A8

Tints of Medium Violet Red #D522A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.48%

R = 51.33%
G = 8.19%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D522A8 (or 0xD522A8) is known color: Medium Violet Red. HEX triplet: D5, 22 and A8. RGB value is (213,34,168). Sum of RGB (Red+Green+Blue) = 213+34+168=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 34 (13.67% from 255 or 8.19% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D522A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D522A8 is #2ADD57. Grayscale: #666666. Windows color (decimal): -2809176 or 11018965. OLE color: 11018965.

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

Color convert

RGB 213 34 168 -
CMYK 0 0.84 0.21 0.16
HSL 315.08º 0.72% 0.48% -
HSV(B) 315.08º 0.84% 0.84% -
XYZ 35.08 18.12 38.69 -
YUV 102.8 164.8 206.6 -
System Red Green Blue C M Y K H S L
Decimal 213 34 168 0 0.84 0.21 0.16 315.08 0.72 0.48
Hex D5 22 A8 0 54 15 10 13B 48 30
Octal 325 42 250 0 124 25 20 473 110 60
Binary 11010101 100010 10101000 0 1010100 10101 10000 100111011 1001000 110000

Color Harmonies of #D522A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D522A8

Black with #D522A8

Text Example


Text Example

White with #D522A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D522A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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