Html Css Color HEX #D522A5 Medium Violet Red

📋 copy color: '#D522A5'

red 213 ◦ green 34 ◦ blue 165

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

Shades of Medium Violet Red #D522A5

Tints of Medium Violet Red #D522A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.05%

R = 51.7%
G = 8.25%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D522A5 (or 0xD522A5) is known color: Medium Violet Red. HEX triplet: D5, 22 and A5. RGB value is (213,34,165). Sum of RGB (Red+Green+Blue) = 213+34+165=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 34 (13.67% from 255 or 8.25% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D522A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D522A5 is #2ADD5A. Grayscale: #666666. Windows color (decimal): -2809179 or 10822357. OLE color: 10822357.

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

Color convert

RGB 213 34 165 -
CMYK 0 0.84 0.23 0.16
HSL 316.09º 0.72% 0.48% -
HSV(B) 316.09º 0.84% 0.84% -
XYZ 34.8 18.01 37.24 -
YUV 102.46 163.3 206.85 -
System Red Green Blue C M Y K H S L
Decimal 213 34 165 0 0.84 0.23 0.16 316.09 0.72 0.48
Hex D5 22 A5 0 54 17 10 13C 48 30
Octal 325 42 245 0 124 27 20 474 110 60
Binary 11010101 100010 10100101 0 1010100 10111 10000 100111100 1001000 110000

Color Harmonies of #D522A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D522A5

Black with #D522A5

Text Example


Text Example

White with #D522A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D522A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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