Html Css Color HEX #D51FA5 Medium Violet Red

📋 copy color: '#D51FA5'

red 213 ◦ green 31 ◦ blue 165

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

Shades of Medium Violet Red #D51FA5

Tints of Medium Violet Red #D51FA5

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.58%

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

R = 52.08%
G = 7.58%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D51FA5 (or 0xD51FA5) is known color: Medium Violet Red. HEX triplet: D5, 1F and A5. RGB value is (213,31,165). Sum of RGB (Red+Green+Blue) = 213+31+165=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 31 (12.5% from 255 or 7.58% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D51FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51FA5 is #2AE05A. Grayscale: #646464. Windows color (decimal): -2809947 or 10821589. OLE color: 10821589.

HSL color Cylindrical-coordinate representation of color #D51FA5: hue angle of 315.82º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D51FA5 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 31 165 -
CMYK 0 0.85 0.23 0.16
HSL 315.82º 0.75% 0.48% -
HSV(B) 315.82º 0.85% 0.84% -
XYZ 34.72 17.84 37.21 -
YUV 100.69 164.3 208.1 -
System Red Green Blue C M Y K H S L
Decimal 213 31 165 0 0.85 0.23 0.16 315.82 0.75 0.48
Hex D5 1F A5 0 55 17 10 13C 4B 30
Octal 325 37 245 0 125 27 20 474 113 60
Binary 11010101 11111 10100101 0 1010101 10111 10000 100111100 1001011 110000

Color Harmonies of #D51FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51FA5

Black with #D51FA5

Text Example


Text Example

White with #D51FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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