Html Css Color HEX #D50195 Medium Violet Red

📋 copy color: '#D50195'

red 213 ◦ green 1 ◦ blue 149

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

Shades of Medium Violet Red #D50195

Tints of Medium Violet Red #D50195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.05%

R = 58.68%
G = 0.28%
B = 41.05%

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

#D50195 (or 0xD50195) is known color: Medium Violet Red. HEX triplet: D5, 01 and 95. RGB value is (213,1,149). Sum of RGB (Red+Green+Blue) = 213+1+149=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D50195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50195 is #2AFE6A. Grayscale: #505050. Windows color (decimal): -2817643 or 9765333. OLE color: 9765333.

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

Color convert

RGB 213 1 149 -
CMYK 0 1.00 0.30 0.16
HSL 318.11º 0.99% 0.42% -
HSV(B) 318.11º 1% 0.84% -
XYZ 32.88 16.34 29.85 -
YUV 81.26 166.24 221.97 -
System Red Green Blue C M Y K H S L
Decimal 213 1 149 0 1.00 0.30 0.16 318.11 0.99 0.42
Hex D5 1 95 0 64 1E 10 13E 63 2A
Octal 325 1 225 0 144 36 20 476 143 52
Binary 11010101 1 10010101 0 1100100 11110 10000 100111110 1100011 101010

Color Harmonies of #D50195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50195

Black with #D50195

Text Example


Text Example

White with #D50195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50195; }

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

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

background-color css

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

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

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

border-color css

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

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

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