Html Css Color HEX #D51E8C Medium Violet Red

📋 copy color: '#D51E8C'

red 213 ◦ green 30 ◦ blue 140

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

Shades of Medium Violet Red #D51E8C

Tints of Medium Violet Red #D51E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 55.61%
G = 7.83%
B = 36.55%

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

#D51E8C (or 0xD51E8C) is known color: Medium Violet Red. HEX triplet: D5, 1E and 8C. RGB value is (213,30,140). Sum of RGB (Red+Green+Blue) = 213+30+140=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D51E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51E8C is #2AE173. Grayscale: #616161. Windows color (decimal): -2810228 or 9182933. OLE color: 9182933.

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

Color convert

RGB 213 30 140 -
CMYK 0 0.86 0.34 0.16
HSL 323.93º 0.75% 0.48% -
HSV(B) 323.93º 0.86% 0.84% -
XYZ 32.64 16.97 26.37 -
YUV 97.26 152.13 210.56 -
System Red Green Blue C M Y K H S L
Decimal 213 30 140 0 0.86 0.34 0.16 323.93 0.75 0.48
Hex D5 1E 8C 0 56 22 10 144 4B 30
Octal 325 36 214 0 126 42 20 504 113 60
Binary 11010101 11110 10001100 0 1010110 100010 10000 101000100 1001011 110000

Color Harmonies of #D51E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51E8C

Black with #D51E8C

Text Example


Text Example

White with #D51E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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