Html Css Color HEX #D50B9C Medium Violet Red

📋 copy color: '#D50B9C'

red 213 ◦ green 11 ◦ blue 156

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

Shades of Medium Violet Red #D50B9C

Tints of Medium Violet Red #D50B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.05%

R = 56.05%
G = 2.89%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D50B9C (or 0xD50B9C) is known color: Medium Violet Red. HEX triplet: D5, 0B and 9C. RGB value is (213,11,156). Sum of RGB (Red+Green+Blue) = 213+11+156=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50B9C is #2AF463. Grayscale: #575757. Windows color (decimal): -2815076 or 10226645. OLE color: 10226645.

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

Color convert

RGB 213 11 156 -
CMYK 0 0.95 0.27 0.16
HSL 316.93º 0.9% 0.44% -
HSV(B) 316.93º 0.95% 0.84% -
XYZ 33.56 16.79 32.92 -
YUV 87.93 166.42 217.21 -
System Red Green Blue C M Y K H S L
Decimal 213 11 156 0 0.95 0.27 0.16 316.93 0.9 0.44
Hex D5 B 9C 0 5F 1B 10 13D 5A 2C
Octal 325 13 234 0 137 33 20 475 132 54
Binary 11010101 1011 10011100 0 1011111 11011 10000 100111101 1011010 101100

Color Harmonies of #D50B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50B9C

Black with #D50B9C

Text Example


Text Example

White with #D50B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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