Html Css Color HEX #D51FAA Medium Violet Red

📋 copy color: '#D51FAA'

red 213 ◦ green 31 ◦ blue 170

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

Shades of Medium Violet Red #D51FAA

Tints of Medium Violet Red #D51FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.06%

R = 51.45%
G = 7.49%
B = 41.06%

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

#D51FAA (or 0xD51FAA) is known color: Medium Violet Red. HEX triplet: D5, 1F and AA. RGB value is (213,31,170). Sum of RGB (Red+Green+Blue) = 213+31+170=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 31 (12.5% from 255 or 7.49% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D51FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51FAA is #2AE055. Grayscale: #646464. Windows color (decimal): -2809942 or 11149269. OLE color: 11149269.

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

Color convert

RGB 213 31 170 -
CMYK 0 0.85 0.20 0.16
HSL 314.18º 0.75% 0.48% -
HSV(B) 314.18º 0.85% 0.84% -
XYZ 35.19 18.03 39.66 -
YUV 101.26 166.8 207.7 -
System Red Green Blue C M Y K H S L
Decimal 213 31 170 0 0.85 0.20 0.16 314.18 0.75 0.48
Hex D5 1F AA 0 55 14 10 13A 4B 30
Octal 325 37 252 0 125 24 20 472 113 60
Binary 11010101 11111 10101010 0 1010101 10100 10000 100111010 1001011 110000

Color Harmonies of #D51FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51FAA

Black with #D51FAA

Text Example


Text Example

White with #D51FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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