Html Css Color HEX #D50197 Medium Violet Red

📋 copy color: '#D50197'

red 213 ◦ green 1 ◦ blue 151

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

Shades of Medium Violet Red #D50197

Tints of Medium Violet Red #D50197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.37%

R = 58.36%
G = 0.27%
B = 41.37%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D50197 (or 0xD50197) is known color: Medium Violet Red. HEX triplet: D5, 01 and 97. RGB value is (213,1,151). Sum of RGB (Red+Green+Blue) = 213+1+151=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D50197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50197 is #2AFE68. Grayscale: #515151. Windows color (decimal): -2817641 or 9896405. OLE color: 9896405.

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

Color convert

RGB 213 1 151 -
CMYK 0 1.00 0.29 0.16
HSL 317.55º 0.99% 0.42% -
HSV(B) 317.55º 1% 0.84% -
XYZ 33.04 16.4 30.7 -
YUV 81.49 167.24 221.8 -
System Red Green Blue C M Y K H S L
Decimal 213 1 151 0 1.00 0.29 0.16 317.55 0.99 0.42
Hex D5 1 97 0 64 1D 10 13E 63 2A
Octal 325 1 227 0 144 35 20 476 143 52
Binary 11010101 1 10010111 0 1100100 11101 10000 100111110 1100011 101010

Color Harmonies of #D50197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50197

Black with #D50197

Text Example


Text Example

White with #D50197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50197; }

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

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

background-color css

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

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

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

border-color css

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

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

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