Html Css Color HEX #D50096 Medium Violet Red

📋 copy color: '#D50096'

red 213 ◦ green 0 ◦ blue 150

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

Shades of Medium Violet Red #D50096

Tints of Medium Violet Red #D50096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.32%

R = 58.68%
G = 0%
B = 41.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D50096 (or 0xD50096) is known color: Medium Violet Red. HEX triplet: D5, 00 and 96. RGB value is (213,0,150). Sum of RGB (Red+Green+Blue) = 213+0+150=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D50096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50096 is #2AFF69. Grayscale: #505050. Windows color (decimal): -2817898 or 9830613. OLE color: 9830613.

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

Color convert

RGB 213 0 150 -
CMYK 0 1 0.30 0.16
HSL 317.75º 1% 0.42% -
HSV(B) 317.75º 1% 0.84% -
XYZ 32.95 16.35 30.27 -
YUV 80.79 167.07 222.3 -
System Red Green Blue C M Y K H S L
Decimal 213 0 150 0 1 0.30 0.16 317.75 1 0.42
Hex D5 0 96 0 64 1E 10 13E 64 2A
Octal 325 0 226 0 144 36 20 476 144 52
Binary 11010101 0 10010110 0 1100100 11110 10000 100111110 1100100 101010

Color Harmonies of #D50096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50096

Black with #D50096

Text Example


Text Example

White with #D50096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50096; }

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

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

background-color css

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

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

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

border-color css

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

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

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