Html Css Color HEX #D61193 Medium Violet Red

📋 copy color: '#D61193'

red 214 ◦ green 17 ◦ blue 147

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

Shades of Medium Violet Red #D61193

Tints of Medium Violet Red #D61193

RGB

 RED value IS 214 (83.98% from 255) = 56.61%

 GREEN value IS 17 (7.03% from 255) = 4.5%

 BLUE value IS 147 (57.81% from 255) = 38.89%

R = 56.61%
G = 4.5%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D61193 (or 0xD61193) is known color: Medium Violet Red. HEX triplet: D6, 11 and 93. RGB value is (214,17,147). Sum of RGB (Red+Green+Blue) = 214+17+147=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D61193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61193 is #29EE6C. Grayscale: #5A5A5A. Windows color (decimal): -2748013 or 9638358. OLE color: 9638358.

HSL color Cylindrical-coordinate representation of color #D61193: hue angle of 320.41º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D61193 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 17 147 -
CMYK 0 0.92 0.31 0.16
HSL 320.41º 0.85% 0.45% -
HSV(B) 320.41º 0.92% 0.84% -
XYZ 33.2 16.8 29.1 -
YUV 90.72 159.77 215.93 -
System Red Green Blue C M Y K H S L
Decimal 214 17 147 0 0.92 0.31 0.16 320.41 0.85 0.45
Hex D6 11 93 0 5C 1F 10 140 55 2D
Octal 326 21 223 0 134 37 20 500 125 55
Binary 11010110 10001 10010011 0 1011100 11111 10000 101000000 1010101 101101

Color Harmonies of #D61193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61193

Black with #D61193

Text Example


Text Example

White with #D61193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61193; }

 p { color: rgb(214,17,147); }

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

background-color css

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

 a { background-color: rgb(214,17,147); }

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

border-color css

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

 span { border-color: rgb(214,17,147); }

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