Html Css Color HEX #D523A7 Medium Violet Red

📋 copy color: '#D523A7'

red 213 ◦ green 35 ◦ blue 167

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

Shades of Medium Violet Red #D523A7

Tints of Medium Violet Red #D523A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.24%

R = 51.33%
G = 8.43%
B = 40.24%

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

#D523A7 (or 0xD523A7) is known color: Medium Violet Red. HEX triplet: D5, 23 and A7. RGB value is (213,35,167). Sum of RGB (Red+Green+Blue) = 213+35+167=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 35 (14.06% from 255 or 8.43% from 415); Blue value is 167 (65.62% from 255 or 40.24% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D523A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D523A7 is #2ADC58. Grayscale: #666666. Windows color (decimal): -2808921 or 10953685. OLE color: 10953685.

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

Color convert

RGB 213 35 167 -
CMYK 0 0.84 0.22 0.16
HSL 315.51º 0.72% 0.49% -
HSV(B) 315.51º 0.84% 0.84% -
XYZ 35.02 18.14 38.21 -
YUV 103.27 163.97 206.27 -
System Red Green Blue C M Y K H S L
Decimal 213 35 167 0 0.84 0.22 0.16 315.51 0.72 0.49
Hex D5 23 A7 0 54 16 10 13C 48 31
Octal 325 43 247 0 124 26 20 474 110 61
Binary 11010101 100011 10100111 0 1010100 10110 10000 100111100 1001000 110001

Color Harmonies of #D523A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D523A7

Black with #D523A7

Text Example


Text Example

White with #D523A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D523A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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