Html Css Color HEX #D50D99 Medium Violet Red

📋 copy color: '#D50D99'

red 213 ◦ green 13 ◦ blue 153

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

Shades of Medium Violet Red #D50D99

Tints of Medium Violet Red #D50D99

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.43%

 BLUE value IS 153 (60.16% from 255) = 40.37%

R = 56.2%
G = 3.43%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D50D99 (or 0xD50D99) is known color: Medium Violet Red. HEX triplet: D5, 0D and 99. RGB value is (213,13,153). Sum of RGB (Red+Green+Blue) = 213+13+153=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50D99 is #2AF266. Grayscale: #585858. Windows color (decimal): -2814567 or 10030549. OLE color: 10030549.

HSL color Cylindrical-coordinate representation of color #D50D99: hue angle of 318º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50D99 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 13 153 -
CMYK 0 0.94 0.28 0.16
HSL 318º 0.88% 0.44% -
HSV(B) 318º 0.94% 0.84% -
XYZ 33.33 16.73 31.61 -
YUV 88.76 164.26 216.62 -
System Red Green Blue C M Y K H S L
Decimal 213 13 153 0 0.94 0.28 0.16 318 0.88 0.44
Hex D5 D 99 0 5E 1C 10 13E 58 2C
Octal 325 15 231 0 136 34 20 476 130 54
Binary 11010101 1101 10011001 0 1011110 11100 10000 100111110 1011000 101100

Color Harmonies of #D50D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50D99

Black with #D50D99

Text Example


Text Example

White with #D50D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50D99; }

 p { color: rgb(213,13,153); }

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

background-color css

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

 a { background-color: rgb(213,13,153); }

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

border-color css

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

 span { border-color: rgb(213,13,153); }

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