Html Css Color HEX #D61197 Medium Violet Red

📋 copy color: '#D61197'

red 214 ◦ green 17 ◦ blue 151

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

Shades of Medium Violet Red #D61197

Tints of Medium Violet Red #D61197

RGB

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

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

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

R = 56.02%
G = 4.45%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D61197 (or 0xD61197) is known color: Medium Violet Red. HEX triplet: D6, 11 and 97. RGB value is (214,17,151). Sum of RGB (Red+Green+Blue) = 214+17+151=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D61197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61197 is #29EE68. Grayscale: #5A5A5A. Windows color (decimal): -2748009 or 9900502. OLE color: 9900502.

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

Color convert

RGB 214 17 151 -
CMYK 0 0.92 0.29 0.16
HSL 319.19º 0.85% 0.45% -
HSV(B) 319.19º 0.92% 0.84% -
XYZ 33.52 16.93 30.78 -
YUV 91.18 161.77 215.6 -
System Red Green Blue C M Y K H S L
Decimal 214 17 151 0 0.92 0.29 0.16 319.19 0.85 0.45
Hex D6 11 97 0 5C 1D 10 13F 55 2D
Octal 326 21 227 0 134 35 20 477 125 55
Binary 11010110 10001 10010111 0 1011100 11101 10000 100111111 1010101 101101

Color Harmonies of #D61197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61197

Black with #D61197

Text Example


Text Example

White with #D61197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61197; }

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

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

background-color css

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

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

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

border-color css

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

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

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