Html Css Color HEX #D523A3 Medium Violet Red

📋 copy color: '#D523A3'

red 213 ◦ green 35 ◦ blue 163

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

Shades of Medium Violet Red #D523A3

Tints of Medium Violet Red #D523A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.66%

R = 51.82%
G = 8.52%
B = 39.66%

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

#D523A3 (or 0xD523A3) is known color: Medium Violet Red. HEX triplet: D5, 23 and A3. RGB value is (213,35,163). Sum of RGB (Red+Green+Blue) = 213+35+163=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 35 (14.06% from 255 or 8.52% from 411); Blue value is 163 (64.06% from 255 or 39.66% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D523A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D523A3 is #2ADC5C. Grayscale: #666666. Windows color (decimal): -2808925 or 10691541. OLE color: 10691541.

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

Color convert

RGB 213 35 163 -
CMYK 0 0.84 0.23 0.16
HSL 316.85º 0.72% 0.49% -
HSV(B) 316.85º 0.84% 0.84% -
XYZ 34.65 17.99 36.3 -
YUV 102.81 161.97 206.59 -
System Red Green Blue C M Y K H S L
Decimal 213 35 163 0 0.84 0.23 0.16 316.85 0.72 0.49
Hex D5 23 A3 0 54 17 10 13D 48 31
Octal 325 43 243 0 124 27 20 475 110 61
Binary 11010101 100011 10100011 0 1010100 10111 10000 100111101 1001000 110001

Color Harmonies of #D523A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D523A3

Black with #D523A3

Text Example


Text Example

White with #D523A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D523A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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