Html Css Color HEX #D9139A Medium Violet Red

📋 copy color: '#D9139A'

red 217 ◦ green 19 ◦ blue 154

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

Shades of Medium Violet Red #D9139A

Tints of Medium Violet Red #D9139A

RGB

 RED value IS 217 (85.16% from 255) = 55.64%

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

 BLUE value IS 154 (60.55% from 255) = 39.49%

R = 55.64%
G = 4.87%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9139A (or 0xD9139A) is known color: Medium Violet Red. HEX triplet: D9, 13 and 9A. RGB value is (217,19,154). Sum of RGB (Red+Green+Blue) = 217+19+154=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D9139A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9139A is #26EC65. Grayscale: #5D5D5D. Windows color (decimal): -2550886 or 10097625. OLE color: 10097625.

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

Color convert

RGB 217 19 154 -
CMYK 0 0.91 0.29 0.15
HSL 319.09º 0.84% 0.46% -
HSV(B) 319.09º 0.91% 0.85% -
XYZ 34.68 17.55 32.13 -
YUV 93.59 162.1 216.02 -
System Red Green Blue C M Y K H S L
Decimal 217 19 154 0 0.91 0.29 0.15 319.09 0.84 0.46
Hex D9 13 9A 0 5B 1D F 13F 54 2E
Octal 331 23 232 0 133 35 17 477 124 56
Binary 11011001 10011 10011010 0 1011011 11101 1111 100111111 1010100 101110

Color Harmonies of #D9139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9139A

Black with #D9139A

Text Example


Text Example

White with #D9139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9139A; }

 p { color: rgb(217,19,154); }

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

background-color css

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

 a { background-color: rgb(217,19,154); }

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

border-color css

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

 span { border-color: rgb(217,19,154); }

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