Html Css Color HEX #D523AA Medium Violet Red

📋 copy color: '#D523AA'

red 213 ◦ green 35 ◦ blue 170

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

Shades of Medium Violet Red #D523AA

Tints of Medium Violet Red #D523AA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.37%

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

R = 50.96%
G = 8.37%
B = 40.67%

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

#D523AA (or 0xD523AA) is known color: Medium Violet Red. HEX triplet: D5, 23 and AA. RGB value is (213,35,170). Sum of RGB (Red+Green+Blue) = 213+35+170=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D523AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D523AA is #2ADC55. Grayscale: #676767. Windows color (decimal): -2808918 or 11150293. OLE color: 11150293.

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

Color convert

RGB 213 35 170 -
CMYK 0 0.84 0.20 0.16
HSL 314.49º 0.72% 0.49% -
HSV(B) 314.49º 0.84% 0.84% -
XYZ 35.3 18.25 39.69 -
YUV 103.61 165.47 206.02 -
System Red Green Blue C M Y K H S L
Decimal 213 35 170 0 0.84 0.20 0.16 314.49 0.72 0.49
Hex D5 23 AA 0 54 14 10 13A 48 31
Octal 325 43 252 0 124 24 20 472 110 61
Binary 11010101 100011 10101010 0 1010100 10100 10000 100111010 1001000 110001

Color Harmonies of #D523AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D523AA

Black with #D523AA

Text Example


Text Example

White with #D523AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D523AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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