Html Css Color HEX #D61192 Medium Violet Red

📋 copy color: '#D61192'

red 214 ◦ green 17 ◦ blue 146

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

Shades of Medium Violet Red #D61192

Tints of Medium Violet Red #D61192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.73%

R = 56.76%
G = 4.51%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D61192 (or 0xD61192) is known color: Medium Violet Red. HEX triplet: D6, 11 and 92. RGB value is (214,17,146). Sum of RGB (Red+Green+Blue) = 214+17+146=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D61192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61192 is #29EE6D. Grayscale: #5A5A5A. Windows color (decimal): -2748014 or 9572822. OLE color: 9572822.

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

Color convert

RGB 214 17 146 -
CMYK 0 0.92 0.32 0.16
HSL 320.71º 0.85% 0.45% -
HSV(B) 320.71º 0.92% 0.84% -
XYZ 33.12 16.77 28.69 -
YUV 90.61 159.27 216.01 -
System Red Green Blue C M Y K H S L
Decimal 214 17 146 0 0.92 0.32 0.16 320.71 0.85 0.45
Hex D6 11 92 0 5C 20 10 141 55 2D
Octal 326 21 222 0 134 40 20 501 125 55
Binary 11010110 10001 10010010 0 1011100 100000 10000 101000001 1010101 101101

Color Harmonies of #D61192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61192

Black with #D61192

Text Example


Text Example

White with #D61192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61192; }

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

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

background-color css

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

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

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

border-color css

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

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

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