Html Css Color HEX #D50D90 Medium Violet Red

📋 copy color: '#D50D90'

red 213 ◦ green 13 ◦ blue 144

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

Shades of Medium Violet Red #D50D90

Tints of Medium Violet Red #D50D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.92%

R = 57.57%
G = 3.51%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D50D90 (or 0xD50D90) is known color: Medium Violet Red. HEX triplet: D5, 0D and 90. RGB value is (213,13,144). Sum of RGB (Red+Green+Blue) = 213+13+144=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50D90 is #2AF26F. Grayscale: #575757. Windows color (decimal): -2814576 or 9440725. OLE color: 9440725.

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

Color convert

RGB 213 13 144 -
CMYK 0 0.94 0.32 0.16
HSL 320.7º 0.88% 0.44% -
HSV(B) 320.7º 0.94% 0.84% -
XYZ 32.62 16.45 27.84 -
YUV 87.73 159.76 217.35 -
System Red Green Blue C M Y K H S L
Decimal 213 13 144 0 0.94 0.32 0.16 320.7 0.88 0.44
Hex D5 D 90 0 5E 20 10 141 58 2C
Octal 325 15 220 0 136 40 20 501 130 54
Binary 11010101 1101 10010000 0 1011110 100000 10000 101000001 1011000 101100

Color Harmonies of #D50D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50D90

Black with #D50D90

Text Example


Text Example

White with #D50D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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