Html Css Color HEX #D50B7C Medium Violet Red

📋 copy color: '#D50B7C'

red 213 ◦ green 11 ◦ blue 124

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

Shades of Medium Violet Red #D50B7C

Tints of Medium Violet Red #D50B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.63%

R = 61.21%
G = 3.16%
B = 35.63%

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

#D50B7C (or 0xD50B7C) is known color: Medium Violet Red. HEX triplet: D5, 0B and 7C. RGB value is (213,11,124). Sum of RGB (Red+Green+Blue) = 213+11+124=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50B7C is #2AF483. Grayscale: #545454. Windows color (decimal): -2815108 or 8129493. OLE color: 8129493.

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

Color convert

RGB 213 11 124 -
CMYK 0 0.95 0.42 0.16
HSL 326.44º 0.9% 0.44% -
HSV(B) 326.44º 0.95% 0.84% -
XYZ 31.2 15.84 20.48 -
YUV 84.28 150.42 219.81 -
System Red Green Blue C M Y K H S L
Decimal 213 11 124 0 0.95 0.42 0.16 326.44 0.9 0.44
Hex D5 B 7C 0 5F 2A 10 146 5A 2C
Octal 325 13 174 0 137 52 20 506 132 54
Binary 11010101 1011 1111100 0 1011111 101010 10000 101000110 1011010 101100

Color Harmonies of #D50B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50B7C

Black with #D50B7C

Text Example


Text Example

White with #D50B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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