Html Css Color HEX #D51E7E Medium Violet Red

📋 copy color: '#D51E7E'

red 213 ◦ green 30 ◦ blue 126

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

Shades of Medium Violet Red #D51E7E

Tints of Medium Violet Red #D51E7E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.13%

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

R = 57.72%
G = 8.13%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D51E7E (or 0xD51E7E) is known color: Medium Violet Red. HEX triplet: D5, 1E and 7E. RGB value is (213,30,126). Sum of RGB (Red+Green+Blue) = 213+30+126=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D51E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51E7E is #2AE181. Grayscale: #5F5F5F. Windows color (decimal): -2810242 or 8265429. OLE color: 8265429.

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

Color convert

RGB 213 30 126 -
CMYK 0 0.86 0.41 0.16
HSL 328.52º 0.75% 0.48% -
HSV(B) 328.52º 0.86% 0.84% -
XYZ 31.67 16.58 21.27 -
YUV 95.66 145.13 211.69 -
System Red Green Blue C M Y K H S L
Decimal 213 30 126 0 0.86 0.41 0.16 328.52 0.75 0.48
Hex D5 1E 7E 0 56 29 10 149 4B 30
Octal 325 36 176 0 126 51 20 511 113 60
Binary 11010101 11110 1111110 0 1010110 101001 10000 101001001 1001011 110000

Color Harmonies of #D51E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51E7E

Black with #D51E7E

Text Example


Text Example

White with #D51E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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