Html Css Color HEX #D50196 Medium Violet Red

📋 copy color: '#D50196'

red 213 ◦ green 1 ◦ blue 150

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

Shades of Medium Violet Red #D50196

Tints of Medium Violet Red #D50196

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 58.52%
G = 0.27%
B = 41.21%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D50196 (or 0xD50196) is known color: Medium Violet Red. HEX triplet: D5, 01 and 96. RGB value is (213,1,150). Sum of RGB (Red+Green+Blue) = 213+1+150=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D50196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50196 is #2AFE69. Grayscale: #505050. Windows color (decimal): -2817642 or 9830869. OLE color: 9830869.

HSL color Cylindrical-coordinate representation of color #D50196: hue angle of 317.83º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50196 is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 1 150 -
CMYK 0 1.00 0.30 0.16
HSL 317.83º 0.99% 0.42% -
HSV(B) 317.83º 1% 0.84% -
XYZ 32.96 16.37 30.28 -
YUV 81.37 166.74 221.88 -
System Red Green Blue C M Y K H S L
Decimal 213 1 150 0 1.00 0.30 0.16 317.83 0.99 0.42
Hex D5 1 96 0 64 1E 10 13E 63 2A
Octal 325 1 226 0 144 36 20 476 143 52
Binary 11010101 1 10010110 0 1100100 11110 10000 100111110 1100011 101010

Color Harmonies of #D50196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50196

Black with #D50196

Text Example


Text Example

White with #D50196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50196; }

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

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

background-color css

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

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

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

border-color css

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

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

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