Html Css Color HEX #D50B8F Medium Violet Red

📋 copy color: '#D50B8F'

red 213 ◦ green 11 ◦ blue 143

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

Shades of Medium Violet Red #D50B8F

Tints of Medium Violet Red #D50B8F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3%

 BLUE value IS 143 (56.25% from 255) = 38.96%

R = 58.04%
G = 3%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D50B8F (or 0xD50B8F) is known color: Medium Violet Red. HEX triplet: D5, 0B and 8F. RGB value is (213,11,143). Sum of RGB (Red+Green+Blue) = 213+11+143=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50B8F is #2AF470. Grayscale: #565656. Windows color (decimal): -2815089 or 9374677. OLE color: 9374677.

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

Color convert

RGB 213 11 143 -
CMYK 0 0.95 0.33 0.16
HSL 320.79º 0.9% 0.44% -
HSV(B) 320.79º 0.95% 0.84% -
XYZ 32.52 16.37 27.43 -
YUV 86.45 159.92 218.27 -
System Red Green Blue C M Y K H S L
Decimal 213 11 143 0 0.95 0.33 0.16 320.79 0.9 0.44
Hex D5 B 8F 0 5F 21 10 141 5A 2C
Octal 325 13 217 0 137 41 20 501 132 54
Binary 11010101 1011 10001111 0 1011111 100001 10000 101000001 1011010 101100

Color Harmonies of #D50B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50B8F

Black with #D50B8F

Text Example


Text Example

White with #D50B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50B8F; }

 p { color: rgb(213,11,143); }

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

background-color css

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

 a { background-color: rgb(213,11,143); }

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

border-color css

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

 span { border-color: rgb(213,11,143); }

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