Html Css Color HEX #D51C7E Medium Violet Red

📋 copy color: '#D51C7E'

red 213 ◦ green 28 ◦ blue 126

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

Shades of Medium Violet Red #D51C7E

Tints of Medium Violet Red #D51C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.33%

R = 58.04%
G = 7.63%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D51C7E (or 0xD51C7E) is known color: Medium Violet Red. HEX triplet: D5, 1C and 7E. RGB value is (213,28,126). Sum of RGB (Red+Green+Blue) = 213+28+126=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 28 (11.33% from 255 or 7.63% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D51C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51C7E is #2AE381. Grayscale: #5E5E5E. Windows color (decimal): -2810754 or 8264917. OLE color: 8264917.

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

Color convert

RGB 213 28 126 -
CMYK 0 0.87 0.41 0.16
HSL 328.22º 0.77% 0.47% -
HSV(B) 328.22º 0.87% 0.84% -
XYZ 31.62 16.48 21.25 -
YUV 94.49 145.79 212.53 -
System Red Green Blue C M Y K H S L
Decimal 213 28 126 0 0.87 0.41 0.16 328.22 0.77 0.47
Hex D5 1C 7E 0 57 29 10 148 4D 2F
Octal 325 34 176 0 127 51 20 510 115 57
Binary 11010101 11100 1111110 0 1010111 101001 10000 101001000 1001101 101111

Color Harmonies of #D51C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51C7E

Black with #D51C7E

Text Example


Text Example

White with #D51C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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