Html Css Color HEX #D523A6 Medium Violet Red

📋 copy color: '#D523A6'

red 213 ◦ green 35 ◦ blue 166

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

Shades of Medium Violet Red #D523A6

Tints of Medium Violet Red #D523A6

RGB

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

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

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

R = 51.45%
G = 8.45%
B = 40.1%

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

#D523A6 (or 0xD523A6) is known color: Medium Violet Red. HEX triplet: D5, 23 and A6. RGB value is (213,35,166). Sum of RGB (Red+Green+Blue) = 213+35+166=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 35 (14.06% from 255 or 8.45% from 414); Blue value is 166 (65.23% from 255 or 40.10% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D523A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D523A6 is #2ADC59. Grayscale: #666666. Windows color (decimal): -2808922 or 10888149. OLE color: 10888149.

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

Color convert

RGB 213 35 166 -
CMYK 0 0.84 0.22 0.16
HSL 315.84º 0.72% 0.49% -
HSV(B) 315.84º 0.84% 0.84% -
XYZ 34.92 18.1 37.73 -
YUV 103.16 163.47 206.35 -
System Red Green Blue C M Y K H S L
Decimal 213 35 166 0 0.84 0.22 0.16 315.84 0.72 0.49
Hex D5 23 A6 0 54 16 10 13C 48 31
Octal 325 43 246 0 124 26 20 474 110 61
Binary 11010101 100011 10100110 0 1010100 10110 10000 100111100 1001000 110001

Color Harmonies of #D523A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D523A6

Black with #D523A6

Text Example


Text Example

White with #D523A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D523A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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