Html Css Color HEX #D1197E Medium Violet Red

📋 copy color: '#D1197E'

red 209 ◦ green 25 ◦ blue 126

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

Shades of Medium Violet Red #D1197E

Tints of Medium Violet Red #D1197E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.94%

 BLUE value IS 126 (49.61% from 255) = 35%

R = 58.06%
G = 6.94%
B = 35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1197E (or 0xD1197E) is known color: Medium Violet Red. HEX triplet: D1, 19 and 7E. RGB value is (209,25,126). Sum of RGB (Red+Green+Blue) = 209+25+126=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D1197E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1197E is #2EE681. Grayscale: #5B5B5B. Windows color (decimal): -3073666 or 8264145. OLE color: 8264145.

HSL color Cylindrical-coordinate representation of color #D1197E: hue angle of 327.07º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1197E is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 25 126 -
CMYK 0 0.88 0.40 0.18
HSL 327.07º 0.79% 0.46% -
HSV(B) 327.07º 0.88% 0.82% -
XYZ 30.41 15.76 21.18 -
YUV 91.53 147.46 211.79 -
System Red Green Blue C M Y K H S L
Decimal 209 25 126 0 0.88 0.40 0.18 327.07 0.79 0.46
Hex D1 19 7E 0 58 28 12 147 4F 2E
Octal 321 31 176 0 130 50 22 507 117 56
Binary 11010001 11001 1111110 0 1011000 101000 10010 101000111 1001111 101110

Color Harmonies of #D1197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1197E

Black with #D1197E

Text Example


Text Example

White with #D1197E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1197E; }

 p { color: rgb(209,25,126); }

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

background-color css

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

 a { background-color: rgb(209,25,126); }

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

border-color css

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

 span { border-color: rgb(209,25,126); }

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