Html Css Color HEX #D6139D Medium Violet Red

📋 copy color: '#D6139D'

red 214 ◦ green 19 ◦ blue 157

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

Shades of Medium Violet Red #D6139D

Tints of Medium Violet Red #D6139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.87%

 BLUE value IS 157 (61.72% from 255) = 40.26%

R = 54.87%
G = 4.87%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6139D (or 0xD6139D) is known color: Medium Violet Red. HEX triplet: D6, 13 and 9D. RGB value is (214,19,157). Sum of RGB (Red+Green+Blue) = 214+19+157=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6139D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6139D is #29EC62. Grayscale: #5C5C5C. Windows color (decimal): -2747491 or 10294230. OLE color: 10294230.

HSL color Cylindrical-coordinate representation of color #D6139D: hue angle of 317.54º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D6139D is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 19 157 -
CMYK 0 0.91 0.27 0.16
HSL 317.54º 0.84% 0.46% -
HSV(B) 317.54º 0.91% 0.84% -
XYZ 34.05 17.2 33.42 -
YUV 93.04 164.1 214.28 -
System Red Green Blue C M Y K H S L
Decimal 214 19 157 0 0.91 0.27 0.16 317.54 0.84 0.46
Hex D6 13 9D 0 5B 1B 10 13E 54 2E
Octal 326 23 235 0 133 33 20 476 124 56
Binary 11010110 10011 10011101 0 1011011 11011 10000 100111110 1010100 101110

Color Harmonies of #D6139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6139D

Black with #D6139D

Text Example


Text Example

White with #D6139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6139D; }

 p { color: rgb(214,19,157); }

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

background-color css

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

 a { background-color: rgb(214,19,157); }

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

border-color css

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

 span { border-color: rgb(214,19,157); }

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