Html Css Color HEX #D51FA8 Medium Violet Red

📋 copy color: '#D51FA8'

red 213 ◦ green 31 ◦ blue 168

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

Shades of Medium Violet Red #D51FA8

Tints of Medium Violet Red #D51FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.78%

R = 51.7%
G = 7.52%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D51FA8 (or 0xD51FA8) is known color: Medium Violet Red. HEX triplet: D5, 1F and A8. RGB value is (213,31,168). Sum of RGB (Red+Green+Blue) = 213+31+168=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 31 (12.5% from 255 or 7.52% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D51FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51FA8 is #2AE057. Grayscale: #646464. Windows color (decimal): -2809944 or 11018197. OLE color: 11018197.

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

Color convert

RGB 213 31 168 -
CMYK 0 0.85 0.21 0.16
HSL 314.84º 0.75% 0.48% -
HSV(B) 314.84º 0.85% 0.84% -
XYZ 35 17.95 38.67 -
YUV 101.04 165.8 207.86 -
System Red Green Blue C M Y K H S L
Decimal 213 31 168 0 0.85 0.21 0.16 314.84 0.75 0.48
Hex D5 1F A8 0 55 15 10 13B 4B 30
Octal 325 37 250 0 125 25 20 473 113 60
Binary 11010101 11111 10101000 0 1010101 10101 10000 100111011 1001011 110000

Color Harmonies of #D51FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51FA8

Black with #D51FA8

Text Example


Text Example

White with #D51FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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