Html Css Color HEX #D1199C Medium Violet Red

📋 copy color: '#D1199C'

red 209 ◦ green 25 ◦ blue 156

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

Shades of Medium Violet Red #D1199C

Tints of Medium Violet Red #D1199C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40%

R = 53.59%
G = 6.41%
B = 40%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1199C (or 0xD1199C) is known color: Medium Violet Red. HEX triplet: D1, 19 and 9C. RGB value is (209,25,156). Sum of RGB (Red+Green+Blue) = 209+25+156=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D1199C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1199C is #2EE663. Grayscale: #5E5E5E. Windows color (decimal): -3073636 or 10230225. OLE color: 10230225.

HSL color Cylindrical-coordinate representation of color #D1199C: hue angle of 317.28º 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 #D1199C is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 25 156 -
CMYK 0 0.88 0.25 0.18
HSL 317.28º 0.79% 0.46% -
HSV(B) 317.28º 0.88% 0.82% -
XYZ 32.64 16.65 32.95 -
YUV 94.95 162.46 209.35 -
System Red Green Blue C M Y K H S L
Decimal 209 25 156 0 0.88 0.25 0.18 317.28 0.79 0.46
Hex D1 19 9C 0 58 19 12 13D 4F 2E
Octal 321 31 234 0 130 31 22 475 117 56
Binary 11010001 11001 10011100 0 1011000 11001 10010 100111101 1001111 101110

Color Harmonies of #D1199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1199C

Black with #D1199C

Text Example


Text Example

White with #D1199C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1199C; }

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

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

background-color css

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

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

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

border-color css

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

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

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