Html Css Color HEX #D51FAB Medium Violet Red

📋 copy color: '#D51FAB'

red 213 ◦ green 31 ◦ blue 171

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

Shades of Medium Violet Red #D51FAB

Tints of Medium Violet Red #D51FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.2%

R = 51.33%
G = 7.47%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D51FAB (or 0xD51FAB) is known color: Medium Violet Red. HEX triplet: D5, 1F and AB. RGB value is (213,31,171). Sum of RGB (Red+Green+Blue) = 213+31+171=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D51FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51FAB is #2AE054. Grayscale: #656565. Windows color (decimal): -2809941 or 11214805. OLE color: 11214805.

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

Color convert

RGB 213 31 171 -
CMYK 0 0.85 0.20 0.16
HSL 313.85º 0.75% 0.48% -
HSV(B) 313.85º 0.85% 0.84% -
XYZ 35.28 18.07 40.16 -
YUV 101.38 167.3 207.62 -
System Red Green Blue C M Y K H S L
Decimal 213 31 171 0 0.85 0.20 0.16 313.85 0.75 0.48
Hex D5 1F AB 0 55 14 10 13A 4B 30
Octal 325 37 253 0 125 24 20 472 113 60
Binary 11010101 11111 10101011 0 1010101 10100 10000 100111010 1001011 110000

Color Harmonies of #D51FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51FAB

Black with #D51FAB

Text Example


Text Example

White with #D51FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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