Html Css Color HEX #D50B93 Medium Violet Red

📋 copy color: '#D50B93'

red 213 ◦ green 11 ◦ blue 147

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

Shades of Medium Violet Red #D50B93

Tints of Medium Violet Red #D50B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.62%

R = 57.41%
G = 2.96%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D50B93 (or 0xD50B93) is known color: Medium Violet Red. HEX triplet: D5, 0B and 93. RGB value is (213,11,147). Sum of RGB (Red+Green+Blue) = 213+11+147=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50B93 is #2AF46C. Grayscale: #565656. Windows color (decimal): -2815085 or 9636821. OLE color: 9636821.

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

Color convert

RGB 213 11 147 -
CMYK 0 0.95 0.31 0.16
HSL 319.6º 0.9% 0.44% -
HSV(B) 319.6º 0.95% 0.84% -
XYZ 32.83 16.49 29.06 -
YUV 86.9 161.92 217.94 -
System Red Green Blue C M Y K H S L
Decimal 213 11 147 0 0.95 0.31 0.16 319.6 0.9 0.44
Hex D5 B 93 0 5F 1F 10 140 5A 2C
Octal 325 13 223 0 137 37 20 500 132 54
Binary 11010101 1011 10010011 0 1011111 11111 10000 101000000 1011010 101100

Color Harmonies of #D50B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50B93

Black with #D50B93

Text Example


Text Example

White with #D50B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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