Html Css Color HEX #D6119B Medium Violet Red

📋 copy color: '#D6119B'

red 214 ◦ green 17 ◦ blue 155

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

Shades of Medium Violet Red #D6119B

Tints of Medium Violet Red #D6119B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.16%

R = 55.44%
G = 4.4%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6119B (or 0xD6119B) is known color: Medium Violet Red. HEX triplet: D6, 11 and 9B. RGB value is (214,17,155). Sum of RGB (Red+Green+Blue) = 214+17+155=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D6119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6119B is #29EE64. Grayscale: #5B5B5B. Windows color (decimal): -2748005 or 10162646. OLE color: 10162646.

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

Color convert

RGB 214 17 155 -
CMYK 0 0.92 0.28 0.16
HSL 317.97º 0.85% 0.45% -
HSV(B) 317.97º 0.92% 0.84% -
XYZ 33.85 17.06 32.52 -
YUV 91.64 163.77 215.28 -
System Red Green Blue C M Y K H S L
Decimal 214 17 155 0 0.92 0.28 0.16 317.97 0.85 0.45
Hex D6 11 9B 0 5C 1C 10 13E 55 2D
Octal 326 21 233 0 134 34 20 476 125 55
Binary 11010110 10001 10011011 0 1011100 11100 10000 100111110 1010101 101101

Color Harmonies of #D6119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6119B

Black with #D6119B

Text Example


Text Example

White with #D6119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6119B; }

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

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

background-color css

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

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

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

border-color css

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

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

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