Html Css Color HEX #D50091 Medium Violet Red

📋 copy color: '#D50091'

red 213 ◦ green 0 ◦ blue 145

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

Shades of Medium Violet Red #D50091

Tints of Medium Violet Red #D50091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.5%

R = 59.5%
G = 0%
B = 40.5%

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

#D50091 (or 0xD50091) is known color: Medium Violet Red. HEX triplet: D5, 00 and 91. RGB value is (213,0,145). Sum of RGB (Red+Green+Blue) = 213+0+145=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D50091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50091 is #2AFF6E. Grayscale: #4F4F4F. Windows color (decimal): -2817903 or 9502933. OLE color: 9502933.

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

Color convert

RGB 213 0 145 -
CMYK 0 1 0.32 0.16
HSL 319.15º 1% 0.42% -
HSV(B) 319.15º 1% 0.84% -
XYZ 32.55 16.19 28.2 -
YUV 80.22 164.57 222.71 -
System Red Green Blue C M Y K H S L
Decimal 213 0 145 0 1 0.32 0.16 319.15 1 0.42
Hex D5 0 91 0 64 20 10 13F 64 2A
Octal 325 0 221 0 144 40 20 477 144 52
Binary 11010101 0 10010001 0 1100100 100000 10000 100111111 1100100 101010

Color Harmonies of #D50091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50091

Black with #D50091

Text Example


Text Example

White with #D50091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50091; }

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

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

background-color css

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

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

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

border-color css

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

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

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