Html Css Color HEX #D51E8F Medium Violet Red

📋 copy color: '#D51E8F'

red 213 ◦ green 30 ◦ blue 143

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

Shades of Medium Violet Red #D51E8F

Tints of Medium Violet Red #D51E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.05%

R = 55.18%
G = 7.77%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D51E8F (or 0xD51E8F) is known color: Medium Violet Red. HEX triplet: D5, 1E and 8F. RGB value is (213,30,143). Sum of RGB (Red+Green+Blue) = 213+30+143=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D51E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51E8F is #2AE170. Grayscale: #616161. Windows color (decimal): -2810225 or 9379541. OLE color: 9379541.

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

Color convert

RGB 213 30 143 -
CMYK 0 0.86 0.33 0.16
HSL 322.95º 0.75% 0.48% -
HSV(B) 322.95º 0.86% 0.84% -
XYZ 32.86 17.06 27.55 -
YUV 97.6 153.63 210.31 -
System Red Green Blue C M Y K H S L
Decimal 213 30 143 0 0.86 0.33 0.16 322.95 0.75 0.48
Hex D5 1E 8F 0 56 21 10 143 4B 30
Octal 325 36 217 0 126 41 20 503 113 60
Binary 11010101 11110 10001111 0 1010110 100001 10000 101000011 1001011 110000

Color Harmonies of #D51E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51E8F

Black with #D51E8F

Text Example


Text Example

White with #D51E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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