Html Css Color HEX #D50D7F Medium Violet Red

📋 copy color: '#D50D7F'

red 213 ◦ green 13 ◦ blue 127

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

Shades of Medium Violet Red #D50D7F

Tints of Medium Violet Red #D50D7F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.68%

 BLUE value IS 127 (50% from 255) = 35.98%

R = 60.34%
G = 3.68%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D50D7F (or 0xD50D7F) is known color: Medium Violet Red. HEX triplet: D5, 0D and 7F. RGB value is (213,13,127). Sum of RGB (Red+Green+Blue) = 213+13+127=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50D7F is #2AF280. Grayscale: #555555. Windows color (decimal): -2814593 or 8326613. OLE color: 8326613.

HSL color Cylindrical-coordinate representation of color #D50D7F: hue angle of 325.8º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50D7F is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 13 127 -
CMYK 0 0.94 0.40 0.16
HSL 325.8º 0.88% 0.44% -
HSV(B) 325.8º 0.94% 0.84% -
XYZ 31.42 15.97 21.5 -
YUV 85.8 151.26 218.73 -
System Red Green Blue C M Y K H S L
Decimal 213 13 127 0 0.94 0.40 0.16 325.8 0.88 0.44
Hex D5 D 7F 0 5E 28 10 146 58 2C
Octal 325 15 177 0 136 50 20 506 130 54
Binary 11010101 1101 1111111 0 1011110 101000 10000 101000110 1011000 101100

Color Harmonies of #D50D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50D7F

Black with #D50D7F

Text Example


Text Example

White with #D50D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50D7F; }

 p { color: rgb(213,13,127); }

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

background-color css

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

 a { background-color: rgb(213,13,127); }

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

border-color css

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

 span { border-color: rgb(213,13,127); }

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