Html Css Color HEX #D1139F Medium Violet Red

📋 copy color: '#D1139F'

red 209 ◦ green 19 ◦ blue 159

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

Shades of Medium Violet Red #D1139F

Tints of Medium Violet Red #D1139F

RGB

 RED value IS 209 (82.03% from 255) = 54.01%

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

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

R = 54.01%
G = 4.91%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D1139F (or 0xD1139F) is known color: Medium Violet Red. HEX triplet: D1, 13 and 9F. RGB value is (209,19,159). Sum of RGB (Red+Green+Blue) = 209+19+159=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D1139F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1139F is #2EEC60. Grayscale: #5B5B5B. Windows color (decimal): -3075169 or 10425297. OLE color: 10425297.

HSL color Cylindrical-coordinate representation of color #D1139F: hue angle of 315.79º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1139F is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 19 159 -
CMYK 0 0.91 0.24 0.18
HSL 315.79º 0.83% 0.45% -
HSV(B) 315.79º 0.91% 0.82% -
XYZ 32.79 16.52 34.26 -
YUV 91.77 165.95 211.62 -
System Red Green Blue C M Y K H S L
Decimal 209 19 159 0 0.91 0.24 0.18 315.79 0.83 0.45
Hex D1 13 9F 0 5B 18 12 13C 53 2D
Octal 321 23 237 0 133 30 22 474 123 55
Binary 11010001 10011 10011111 0 1011011 11000 10010 100111100 1010011 101101

Color Harmonies of #D1139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1139F

Black with #D1139F

Text Example


Text Example

White with #D1139F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1139F; }

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

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

background-color css

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

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

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

border-color css

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

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

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