Html Css Color HEX #D50D87 Medium Violet Red

📋 copy color: '#D50D87'

red 213 ◦ green 13 ◦ blue 135

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

Shades of Medium Violet Red #D50D87

Tints of Medium Violet Red #D50D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.4%

R = 59%
G = 3.6%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D50D87 (or 0xD50D87) is known color: Medium Violet Red. HEX triplet: D5, 0D and 87. RGB value is (213,13,135). Sum of RGB (Red+Green+Blue) = 213+13+135=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50D87 is #2AF278. Grayscale: #565656. Windows color (decimal): -2814585 or 8850901. OLE color: 8850901.

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

Color convert

RGB 213 13 135 -
CMYK 0 0.94 0.37 0.16
HSL 323.4º 0.88% 0.44% -
HSV(B) 323.4º 0.94% 0.84% -
XYZ 31.96 16.18 24.36 -
YUV 86.71 155.26 218.08 -
System Red Green Blue C M Y K H S L
Decimal 213 13 135 0 0.94 0.37 0.16 323.4 0.88 0.44
Hex D5 D 87 0 5E 25 10 143 58 2C
Octal 325 15 207 0 136 45 20 503 130 54
Binary 11010101 1101 10000111 0 1011110 100101 10000 101000011 1011000 101100

Color Harmonies of #D50D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50D87

Black with #D50D87

Text Example


Text Example

White with #D50D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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