Html Css Color HEX #D50B7B Medium Violet Red

📋 copy color: '#D50B7B'

red 213 ◦ green 11 ◦ blue 123

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

Shades of Medium Violet Red #D50B7B

Tints of Medium Violet Red #D50B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.45%

R = 61.38%
G = 3.17%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D50B7B (or 0xD50B7B) is known color: Medium Violet Red. HEX triplet: D5, 0B and 7B. RGB value is (213,11,123). Sum of RGB (Red+Green+Blue) = 213+11+123=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50B7B is #2AF484. Grayscale: #535353. Windows color (decimal): -2815109 or 8063957. OLE color: 8063957.

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

Color convert

RGB 213 11 123 -
CMYK 0 0.95 0.42 0.16
HSL 326.73º 0.9% 0.44% -
HSV(B) 326.73º 0.95% 0.84% -
XYZ 31.14 15.82 20.15 -
YUV 84.17 149.92 219.89 -
System Red Green Blue C M Y K H S L
Decimal 213 11 123 0 0.95 0.42 0.16 326.73 0.9 0.44
Hex D5 B 7B 0 5F 2A 10 147 5A 2C
Octal 325 13 173 0 137 52 20 507 132 54
Binary 11010101 1011 1111011 0 1011111 101010 10000 101000111 1011010 101100

Color Harmonies of #D50B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50B7B

Black with #D50B7B

Text Example


Text Example

White with #D50B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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