Html Css Color HEX #D6139F Medium Violet Red

📋 copy color: '#D6139F'

red 214 ◦ green 19 ◦ blue 159

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

Shades of Medium Violet Red #D6139F

Tints of Medium Violet Red #D6139F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.56%

R = 54.59%
G = 4.85%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6139F (or 0xD6139F) is known color: Medium Violet Red. HEX triplet: D6, 13 and 9F. RGB value is (214,19,159). Sum of RGB (Red+Green+Blue) = 214+19+159=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6139F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6139F is #29EC60. Grayscale: #5C5C5C. Windows color (decimal): -2747489 or 10425302. OLE color: 10425302.

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

Color convert

RGB 214 19 159 -
CMYK 0 0.91 0.26 0.16
HSL 316.92º 0.84% 0.46% -
HSV(B) 316.92º 0.91% 0.84% -
XYZ 34.22 17.27 34.33 -
YUV 93.27 165.1 214.12 -
System Red Green Blue C M Y K H S L
Decimal 214 19 159 0 0.91 0.26 0.16 316.92 0.84 0.46
Hex D6 13 9F 0 5B 1A 10 13D 54 2E
Octal 326 23 237 0 133 32 20 475 124 56
Binary 11010110 10011 10011111 0 1011011 11010 10000 100111101 1010100 101110

Color Harmonies of #D6139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6139F

Black with #D6139F

Text Example


Text Example

White with #D6139F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6139F; }

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

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

background-color css

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

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

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

border-color css

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

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

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