Html Css Color HEX #D1129E Medium Violet Red

📋 copy color: '#D1129E'

red 209 ◦ green 18 ◦ blue 158

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

Shades of Medium Violet Red #D1129E

Tints of Medium Violet Red #D1129E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.68%

 BLUE value IS 158 (62.11% from 255) = 41.04%

R = 54.29%
G = 4.68%
B = 41.04%

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

#D1129E (or 0xD1129E) is known color: Medium Violet Red. HEX triplet: D1, 12 and 9E. RGB value is (209,18,158). Sum of RGB (Red+Green+Blue) = 209+18+158=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D1129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1129E is #2EED61. Grayscale: #5A5A5A. Windows color (decimal): -3075426 or 10359505. OLE color: 10359505.

HSL color Cylindrical-coordinate representation of color #D1129E: hue angle of 316.02º degrees, saturation: 0.84, 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 #D1129E is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 18 158 -
CMYK 0 0.91 0.24 0.18
HSL 316.02º 0.84% 0.45% -
HSV(B) 316.02º 0.91% 0.82% -
XYZ 32.68 16.46 33.8 -
YUV 91.07 165.78 212.12 -
System Red Green Blue C M Y K H S L
Decimal 209 18 158 0 0.91 0.24 0.18 316.02 0.84 0.45
Hex D1 12 9E 0 5B 18 12 13C 54 2D
Octal 321 22 236 0 133 30 22 474 124 55
Binary 11010001 10010 10011110 0 1011011 11000 10010 100111100 1010100 101101

Color Harmonies of #D1129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1129E

Black with #D1129E

Text Example


Text Example

White with #D1129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1129E; }

 p { color: rgb(209,18,158); }

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

background-color css

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

 a { background-color: rgb(209,18,158); }

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

border-color css

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

 span { border-color: rgb(209,18,158); }

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