Html Css Color HEX #D51D7F Medium Violet Red

📋 copy color: '#D51D7F'

red 213 ◦ green 29 ◦ blue 127

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

Shades of Medium Violet Red #D51D7F

Tints of Medium Violet Red #D51D7F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.86%

 BLUE value IS 127 (50% from 255) = 34.42%

R = 57.72%
G = 7.86%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D51D7F (or 0xD51D7F) is known color: Medium Violet Red. HEX triplet: D5, 1D and 7F. RGB value is (213,29,127). Sum of RGB (Red+Green+Blue) = 213+29+127=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D51D7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51D7F is #2AE280. Grayscale: #5E5E5E. Windows color (decimal): -2810497 or 8330709. OLE color: 8330709.

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

Color convert

RGB 213 29 127 -
CMYK 0 0.86 0.40 0.16
HSL 328.04º 0.76% 0.47% -
HSV(B) 328.04º 0.86% 0.84% -
XYZ 31.71 16.56 21.6 -
YUV 95.19 145.96 212.03 -
System Red Green Blue C M Y K H S L
Decimal 213 29 127 0 0.86 0.40 0.16 328.04 0.76 0.47
Hex D5 1D 7F 0 56 28 10 148 4C 2F
Octal 325 35 177 0 126 50 20 510 114 57
Binary 11010101 11101 1111111 0 1010110 101000 10000 101001000 1001100 101111

Color Harmonies of #D51D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51D7F

Black with #D51D7F

Text Example


Text Example

White with #D51D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51D7F; }

 p { color: rgb(213,29,127); }

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

background-color css

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

 a { background-color: rgb(213,29,127); }

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

border-color css

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

 span { border-color: rgb(213,29,127); }

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