Html Css Color HEX #D50092 Medium Violet Red

📋 copy color: '#D50092'

red 213 ◦ green 0 ◦ blue 146

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

Shades of Medium Violet Red #D50092

Tints of Medium Violet Red #D50092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.67%

R = 59.33%
G = 0%
B = 40.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D50092 (or 0xD50092) is known color: Medium Violet Red. HEX triplet: D5, 00 and 92. RGB value is (213,0,146). Sum of RGB (Red+Green+Blue) = 213+0+146=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D50092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50092 is #2AFF6D. Grayscale: #4F4F4F. Windows color (decimal): -2817902 or 9568469. OLE color: 9568469.

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

Color convert

RGB 213 0 146 -
CMYK 0 1 0.31 0.16
HSL 318.87º 1% 0.42% -
HSV(B) 318.87º 1% 0.84% -
XYZ 32.63 16.22 28.61 -
YUV 80.33 165.07 222.63 -
System Red Green Blue C M Y K H S L
Decimal 213 0 146 0 1 0.31 0.16 318.87 1 0.42
Hex D5 0 92 0 64 1F 10 13F 64 2A
Octal 325 0 222 0 144 37 20 477 144 52
Binary 11010101 0 10010010 0 1100100 11111 10000 100111111 1100100 101010

Color Harmonies of #D50092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50092

Black with #D50092

Text Example


Text Example

White with #D50092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50092; }

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

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

background-color css

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

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

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

border-color css

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

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

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