Html Css Color HEX #D50187 Medium Violet Red

📋 copy color: '#D50187'

red 213 ◦ green 1 ◦ blue 135

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

Shades of Medium Violet Red #D50187

Tints of Medium Violet Red #D50187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 61.03%
G = 0.29%
B = 38.68%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D50187 (or 0xD50187) is known color: Medium Violet Red. HEX triplet: D5, 01 and 87. RGB value is (213,1,135). Sum of RGB (Red+Green+Blue) = 213+1+135=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D50187 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50187 is #2AFE78. Grayscale: #4F4F4F. Windows color (decimal): -2817657 or 8847829. OLE color: 8847829.

HSL color Cylindrical-coordinate representation of color #D50187: hue angle of 322.08º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50187 is Cyan = 0, Magento = 1.00, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 1 135 -
CMYK 0 1.00 0.37 0.16
HSL 322.08º 0.99% 0.42% -
HSV(B) 322.08º 1% 0.84% -
XYZ 31.82 15.92 24.32 -
YUV 79.66 159.24 223.1 -
System Red Green Blue C M Y K H S L
Decimal 213 1 135 0 1.00 0.37 0.16 322.08 0.99 0.42
Hex D5 1 87 0 64 25 10 142 63 2A
Octal 325 1 207 0 144 45 20 502 143 52
Binary 11010101 1 10000111 0 1100100 100101 10000 101000010 1100011 101010

Color Harmonies of #D50187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50187

Black with #D50187

Text Example


Text Example

White with #D50187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50187; }

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

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

background-color css

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

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

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

border-color css

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

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

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