Html Css Color HEX #D50387 Medium Violet Red

📋 copy color: '#D50387'

red 213 ◦ green 3 ◦ blue 135

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

Shades of Medium Violet Red #D50387

Tints of Medium Violet Red #D50387

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

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

R = 60.68%
G = 0.85%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D50387 (or 0xD50387) is known color: Medium Violet Red. HEX triplet: D5, 03 and 87. RGB value is (213,3,135). Sum of RGB (Red+Green+Blue) = 213+3+135=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D50387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50387 is #2AFC78. Grayscale: #505050. Windows color (decimal): -2817145 or 8848341. OLE color: 8848341.

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

Color convert

RGB 213 3 135 -
CMYK 0 0.99 0.37 0.16
HSL 322.29º 0.97% 0.42% -
HSV(B) 322.29º 0.99% 0.84% -
XYZ 31.85 15.96 24.32 -
YUV 80.84 158.57 222.27 -
System Red Green Blue C M Y K H S L
Decimal 213 3 135 0 0.99 0.37 0.16 322.29 0.97 0.42
Hex D5 3 87 0 63 25 10 142 61 2A
Octal 325 3 207 0 143 45 20 502 141 52
Binary 11010101 11 10000111 0 1100011 100101 10000 101000010 1100001 101010

Color Harmonies of #D50387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50387

Black with #D50387

Text Example


Text Example

White with #D50387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50387; }

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

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

background-color css

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

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

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

border-color css

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

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

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