Html Css Color HEX #D51E7D Medium Violet Red

📋 copy color: '#D51E7D'

red 213 ◦ green 30 ◦ blue 125

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

Shades of Medium Violet Red #D51E7D

Tints of Medium Violet Red #D51E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.97%

R = 57.88%
G = 8.15%
B = 33.97%

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

#D51E7D (or 0xD51E7D) is known color: Medium Violet Red. HEX triplet: D5, 1E and 7D. RGB value is (213,30,125). Sum of RGB (Red+Green+Blue) = 213+30+125=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D51E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51E7D is #2AE182. Grayscale: #5F5F5F. Windows color (decimal): -2810243 or 8199893. OLE color: 8199893.

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

Color convert

RGB 213 30 125 -
CMYK 0 0.86 0.41 0.16
HSL 328.85º 0.75% 0.48% -
HSV(B) 328.85º 0.86% 0.84% -
XYZ 31.61 16.56 20.93 -
YUV 95.55 144.63 211.78 -
System Red Green Blue C M Y K H S L
Decimal 213 30 125 0 0.86 0.41 0.16 328.85 0.75 0.48
Hex D5 1E 7D 0 56 29 10 149 4B 30
Octal 325 36 175 0 126 51 20 511 113 60
Binary 11010101 11110 1111101 0 1010110 101001 10000 101001001 1001011 110000

Color Harmonies of #D51E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51E7D

Black with #D51E7D

Text Example


Text Example

White with #D51E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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