Html Css Color HEX #D50B80 Medium Violet Red

📋 copy color: '#D50B80'

red 213 ◦ green 11 ◦ blue 128

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

Shades of Medium Violet Red #D50B80

Tints of Medium Violet Red #D50B80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.36%

R = 60.51%
G = 3.13%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D50B80 (or 0xD50B80) is known color: Medium Violet Red. HEX triplet: D5, 0B and 80. RGB value is (213,11,128). Sum of RGB (Red+Green+Blue) = 213+11+128=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50B80 is #2AF47F. Grayscale: #545454. Windows color (decimal): -2815104 or 8391637. OLE color: 8391637.

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

Color convert

RGB 213 11 128 -
CMYK 0 0.95 0.40 0.16
HSL 325.25º 0.9% 0.44% -
HSV(B) 325.25º 0.95% 0.84% -
XYZ 31.46 15.94 21.84 -
YUV 84.74 152.42 219.49 -
System Red Green Blue C M Y K H S L
Decimal 213 11 128 0 0.95 0.40 0.16 325.25 0.9 0.44
Hex D5 B 80 0 5F 28 10 145 5A 2C
Octal 325 13 200 0 137 50 20 505 132 54
Binary 11010101 1011 10000000 0 1011111 101000 10000 101000101 1011010 101100

Color Harmonies of #D50B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50B80

Black with #D50B80

Text Example


Text Example

White with #D50B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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