Html Css Color HEX #D50094 Medium Violet Red

📋 copy color: '#D50094'

red 213 ◦ green 0 ◦ blue 148

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

Shades of Medium Violet Red #D50094

Tints of Medium Violet Red #D50094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41%

R = 59%
G = 0%
B = 41%

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

#D50094 (or 0xD50094) is known color: Medium Violet Red. HEX triplet: D5, 00 and 94. RGB value is (213,0,148). Sum of RGB (Red+Green+Blue) = 213+0+148=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D50094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50094 is #2AFF6B. Grayscale: #505050. Windows color (decimal): -2817900 or 9699541. OLE color: 9699541.

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

Color convert

RGB 213 0 148 -
CMYK 0 1 0.31 0.16
HSL 318.31º 1% 0.42% -
HSV(B) 318.31º 1% 0.84% -
XYZ 32.79 16.28 29.43 -
YUV 80.56 166.07 222.47 -
System Red Green Blue C M Y K H S L
Decimal 213 0 148 0 1 0.31 0.16 318.31 1 0.42
Hex D5 0 94 0 64 1F 10 13E 64 2A
Octal 325 0 224 0 144 37 20 476 144 52
Binary 11010101 0 10010100 0 1100100 11111 10000 100111110 1100100 101010

Color Harmonies of #D50094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50094

Black with #D50094

Text Example


Text Example

White with #D50094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50094; }

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

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

background-color css

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

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

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

border-color css

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

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

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