Html Css Color HEX #D51FA2 Medium Violet Red

📋 copy color: '#D51FA2'

red 213 ◦ green 31 ◦ blue 162

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

Shades of Medium Violet Red #D51FA2

Tints of Medium Violet Red #D51FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.9%

R = 52.46%
G = 7.64%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D51FA2 (or 0xD51FA2) is known color: Medium Violet Red. HEX triplet: D5, 1F and A2. RGB value is (213,31,162). Sum of RGB (Red+Green+Blue) = 213+31+162=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D51FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51FA2 is #2AE05D. Grayscale: #646464. Windows color (decimal): -2809950 or 10624981. OLE color: 10624981.

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

Color convert

RGB 213 31 162 -
CMYK 0 0.85 0.24 0.16
HSL 316.81º 0.75% 0.48% -
HSV(B) 316.81º 0.85% 0.84% -
XYZ 34.45 17.73 35.79 -
YUV 100.35 162.8 208.35 -
System Red Green Blue C M Y K H S L
Decimal 213 31 162 0 0.85 0.24 0.16 316.81 0.75 0.48
Hex D5 1F A2 0 55 18 10 13D 4B 30
Octal 325 37 242 0 125 30 20 475 113 60
Binary 11010101 11111 10100010 0 1010101 11000 10000 100111101 1001011 110000

Color Harmonies of #D51FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51FA2

Black with #D51FA2

Text Example


Text Example

White with #D51FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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