Html Css Color HEX #D51C86 Medium Violet Red

📋 copy color: '#D51C86'

red 213 ◦ green 28 ◦ blue 134

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

Shades of Medium Violet Red #D51C86

Tints of Medium Violet Red #D51C86

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.47%

 BLUE value IS 134 (52.73% from 255) = 35.73%

R = 56.8%
G = 7.47%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D51C86 (or 0xD51C86) is known color: Medium Violet Red. HEX triplet: D5, 1C and 86. RGB value is (213,28,134). Sum of RGB (Red+Green+Blue) = 213+28+134=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D51C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51C86 is #2AE379. Grayscale: #5F5F5F. Windows color (decimal): -2810746 or 8789205. OLE color: 8789205.

HSL color Cylindrical-coordinate representation of color #D51C86: hue angle of 325.62º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51C86 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 28 134 -
CMYK 0 0.87 0.37 0.16
HSL 325.62º 0.77% 0.47% -
HSV(B) 325.62º 0.87% 0.84% -
XYZ 32.16 16.7 24.08 -
YUV 95.4 149.79 211.88 -
System Red Green Blue C M Y K H S L
Decimal 213 28 134 0 0.87 0.37 0.16 325.62 0.77 0.47
Hex D5 1C 86 0 57 25 10 146 4D 2F
Octal 325 34 206 0 127 45 20 506 115 57
Binary 11010101 11100 10000110 0 1010111 100101 10000 101000110 1001101 101111

Color Harmonies of #D51C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51C86

Black with #D51C86

Text Example


Text Example

White with #D51C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51C86; }

 p { color: rgb(213,28,134); }

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

background-color css

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

 a { background-color: rgb(213,28,134); }

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

border-color css

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

 span { border-color: rgb(213,28,134); }

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