Html Css Color HEX #D11C9C Medium Violet Red

📋 copy color: '#D11C9C'

red 209 ◦ green 28 ◦ blue 156

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

Shades of Medium Violet Red #D11C9C

Tints of Medium Violet Red #D11C9C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.12%

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

R = 53.18%
G = 7.12%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D11C9C (or 0xD11C9C) is known color: Medium Violet Red. HEX triplet: D1, 1C and 9C. RGB value is (209,28,156). Sum of RGB (Red+Green+Blue) = 209+28+156=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 28 (11.33% from 255 or 7.12% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11C9C is #2EE363. Grayscale: #606060. Windows color (decimal): -3072868 or 10230993. OLE color: 10230993.

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

Color convert

RGB 209 28 156 -
CMYK 0 0.87 0.25 0.18
HSL 317.57º 0.76% 0.46% -
HSV(B) 317.57º 0.87% 0.82% -
XYZ 32.71 16.79 32.97 -
YUV 96.71 161.47 208.09 -
System Red Green Blue C M Y K H S L
Decimal 209 28 156 0 0.87 0.25 0.18 317.57 0.76 0.46
Hex D1 1C 9C 0 57 19 12 13E 4C 2E
Octal 321 34 234 0 127 31 22 476 114 56
Binary 11010001 11100 10011100 0 1010111 11001 10010 100111110 1001100 101110

Color Harmonies of #D11C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11C9C

Black with #D11C9C

Text Example


Text Example

White with #D11C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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