Html Css Color HEX #D50090 Medium Violet Red

📋 copy color: '#D50090'

red 213 ◦ green 0 ◦ blue 144

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

Shades of Medium Violet Red #D50090

Tints of Medium Violet Red #D50090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.66%
G = 0%
B = 40.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D50090 (or 0xD50090) is known color: Medium Violet Red. HEX triplet: D5, 00 and 90. RGB value is (213,0,144). Sum of RGB (Red+Green+Blue) = 213+0+144=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D50090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50090 is #2AFF6F. Grayscale: #4F4F4F. Windows color (decimal): -2817904 or 9437397. OLE color: 9437397.

HSL color Cylindrical-coordinate representation of color #D50090: hue angle of 319.44º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50090 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 0 144 -
CMYK 0 1 0.32 0.16
HSL 319.44º 1% 0.42% -
HSV(B) 319.44º 1% 0.84% -
XYZ 32.47 16.16 27.79 -
YUV 80.1 164.07 222.79 -
System Red Green Blue C M Y K H S L
Decimal 213 0 144 0 1 0.32 0.16 319.44 1 0.42
Hex D5 0 90 0 64 20 10 13F 64 2A
Octal 325 0 220 0 144 40 20 477 144 52
Binary 11010101 0 10010000 0 1100100 100000 10000 100111111 1100100 101010

Color Harmonies of #D50090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50090

Black with #D50090

Text Example


Text Example

White with #D50090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50090; }

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

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

background-color css

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

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

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

border-color css

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

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

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