Html Css Color HEX #D11CAC Medium Violet Red

📋 copy color: '#D11CAC'

red 209 ◦ green 28 ◦ blue 172

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

Shades of Medium Violet Red #D11CAC

Tints of Medium Violet Red #D11CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.05%

R = 51.1%
G = 6.85%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D11CAC (or 0xD11CAC) is known color: Medium Violet Red. HEX triplet: D1, 1C and AC. RGB value is (209,28,172). Sum of RGB (Red+Green+Blue) = 209+28+172=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D11CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11CAC is #2EE353. Grayscale: #626262. Windows color (decimal): -3072852 or 11279569. OLE color: 11279569.

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

Color convert

RGB 209 28 172 -
CMYK 0 0.87 0.18 0.18
HSL 312.27º 0.76% 0.46% -
HSV(B) 312.27º 0.87% 0.82% -
XYZ 34.16 17.36 40.58 -
YUV 98.54 169.47 206.79 -
System Red Green Blue C M Y K H S L
Decimal 209 28 172 0 0.87 0.18 0.18 312.27 0.76 0.46
Hex D1 1C AC 0 57 12 12 138 4C 2E
Octal 321 34 254 0 127 22 22 470 114 56
Binary 11010001 11100 10101100 0 1010111 10010 10010 100111000 1001100 101110

Color Harmonies of #D11CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11CAC

Black with #D11CAC

Text Example


Text Example

White with #D11CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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