Html Css Color HEX #D50B91 Medium Violet Red

📋 copy color: '#D50B91'

red 213 ◦ green 11 ◦ blue 145

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

Shades of Medium Violet Red #D50B91

Tints of Medium Violet Red #D50B91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.3%

R = 57.72%
G = 2.98%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D50B91 (or 0xD50B91) is known color: Medium Violet Red. HEX triplet: D5, 0B and 91. RGB value is (213,11,145). Sum of RGB (Red+Green+Blue) = 213+11+145=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B91 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50B91 is #2AF46E. Grayscale: #565656. Windows color (decimal): -2815087 or 9505749. OLE color: 9505749.

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

Color convert

RGB 213 11 145 -
CMYK 0 0.95 0.32 0.16
HSL 320.2º 0.9% 0.44% -
HSV(B) 320.2º 0.95% 0.84% -
XYZ 32.67 16.43 28.24 -
YUV 86.67 160.92 218.1 -
System Red Green Blue C M Y K H S L
Decimal 213 11 145 0 0.95 0.32 0.16 320.2 0.9 0.44
Hex D5 B 91 0 5F 20 10 140 5A 2C
Octal 325 13 221 0 137 40 20 500 132 54
Binary 11010101 1011 10010001 0 1011111 100000 10000 101000000 1011010 101100

Color Harmonies of #D50B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50B91

Black with #D50B91

Text Example


Text Example

White with #D50B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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