Html Css Color HEX #D51C91 Medium Violet Red

📋 copy color: '#D51C91'

red 213 ◦ green 28 ◦ blue 145

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

Shades of Medium Violet Red #D51C91

Tints of Medium Violet Red #D51C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.56%

R = 55.18%
G = 7.25%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D51C91 (or 0xD51C91) is known color: Medium Violet Red. HEX triplet: D5, 1C and 91. RGB value is (213,28,145). Sum of RGB (Red+Green+Blue) = 213+28+145=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D51C91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51C91 is #2AE36E. Grayscale: #606060. Windows color (decimal): -2810735 or 9510101. OLE color: 9510101.

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

Color convert

RGB 213 28 145 -
CMYK 0 0.87 0.32 0.16
HSL 322.05º 0.77% 0.47% -
HSV(B) 322.05º 0.87% 0.84% -
XYZ 32.97 17.02 28.34 -
YUV 96.65 155.29 210.99 -
System Red Green Blue C M Y K H S L
Decimal 213 28 145 0 0.87 0.32 0.16 322.05 0.77 0.47
Hex D5 1C 91 0 57 20 10 142 4D 2F
Octal 325 34 221 0 127 40 20 502 115 57
Binary 11010101 11100 10010001 0 1010111 100000 10000 101000010 1001101 101111

Color Harmonies of #D51C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51C91

Black with #D51C91

Text Example


Text Example

White with #D51C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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