Html Css Color HEX #D51E8D Medium Violet Red

📋 copy color: '#D51E8D'

red 213 ◦ green 30 ◦ blue 141

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

Shades of Medium Violet Red #D51E8D

Tints of Medium Violet Red #D51E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.72%

R = 55.47%
G = 7.81%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D51E8D (or 0xD51E8D) is known color: Medium Violet Red. HEX triplet: D5, 1E and 8D. RGB value is (213,30,141). Sum of RGB (Red+Green+Blue) = 213+30+141=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D51E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51E8D is #2AE172. Grayscale: #616161. Windows color (decimal): -2810227 or 9248469. OLE color: 9248469.

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

Color convert

RGB 213 30 141 -
CMYK 0 0.86 0.34 0.16
HSL 323.61º 0.75% 0.48% -
HSV(B) 323.61º 0.86% 0.84% -
XYZ 32.71 17 26.76 -
YUV 97.37 152.63 210.47 -
System Red Green Blue C M Y K H S L
Decimal 213 30 141 0 0.86 0.34 0.16 323.61 0.75 0.48
Hex D5 1E 8D 0 56 22 10 144 4B 30
Octal 325 36 215 0 126 42 20 504 113 60
Binary 11010101 11110 10001101 0 1010110 100010 10000 101000100 1001011 110000

Color Harmonies of #D51E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51E8D

Black with #D51E8D

Text Example


Text Example

White with #D51E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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