Html Css Color HEX #D50286 Medium Violet Red

📋 copy color: '#D50286'

red 213 ◦ green 2 ◦ blue 134

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

Shades of Medium Violet Red #D50286

Tints of Medium Violet Red #D50286

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

 BLUE value IS 134 (52.73% from 255) = 38.4%

R = 61.03%
G = 0.57%
B = 38.4%

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

#D50286 (or 0xD50286) is known color: Medium Violet Red. HEX triplet: D5, 02 and 86. RGB value is (213,2,134). Sum of RGB (Red+Green+Blue) = 213+2+134=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D50286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50286 is #2AFD79. Grayscale: #4F4F4F. Windows color (decimal): -2817402 or 8782549. OLE color: 8782549.

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

Color convert

RGB 213 2 134 -
CMYK 0 0.99 0.37 0.16
HSL 322.46º 0.98% 0.42% -
HSV(B) 322.46º 0.99% 0.84% -
XYZ 31.77 15.91 23.95 -
YUV 80.14 158.4 222.77 -
System Red Green Blue C M Y K H S L
Decimal 213 2 134 0 0.99 0.37 0.16 322.46 0.98 0.42
Hex D5 2 86 0 63 25 10 142 62 2A
Octal 325 2 206 0 143 45 20 502 142 52
Binary 11010101 10 10000110 0 1100011 100101 10000 101000010 1100010 101010

Color Harmonies of #D50286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50286

Black with #D50286

Text Example


Text Example

White with #D50286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50286; }

 p { color: rgb(213,2,134); }

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

background-color css

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

 a { background-color: rgb(213,2,134); }

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

border-color css

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

 span { border-color: rgb(213,2,134); }

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