Html Css Color HEX #D50089 Medium Violet Red

📋 copy color: '#D50089'

red 213 ◦ green 0 ◦ blue 137

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

Shades of Medium Violet Red #D50089

Tints of Medium Violet Red #D50089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.14%

R = 60.86%
G = 0%
B = 39.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D50089 (or 0xD50089) is known color: Medium Violet Red. HEX triplet: D5, 00 and 89. RGB value is (213,0,137). Sum of RGB (Red+Green+Blue) = 213+0+137=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D50089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50089 is #2AFF76. Grayscale: #4E4E4E. Windows color (decimal): -2817911 or 8978645. OLE color: 8978645.

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

Color convert

RGB 213 0 137 -
CMYK 0 1 0.36 0.16
HSL 321.41º 1% 0.42% -
HSV(B) 321.41º 1% 0.84% -
XYZ 31.96 15.95 25.06 -
YUV 79.31 160.57 223.36 -
System Red Green Blue C M Y K H S L
Decimal 213 0 137 0 1 0.36 0.16 321.41 1 0.42
Hex D5 0 89 0 64 24 10 141 64 2A
Octal 325 0 211 0 144 44 20 501 144 52
Binary 11010101 0 10001001 0 1100100 100100 10000 101000001 1100100 101010

Color Harmonies of #D50089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50089

Black with #D50089

Text Example


Text Example

White with #D50089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50089; }

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

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

background-color css

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

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

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

border-color css

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

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

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