Html Css Color HEX #D11CA7 Medium Violet Red

📋 copy color: '#D11CA7'

red 209 ◦ green 28 ◦ blue 167

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

Shades of Medium Violet Red #D11CA7

Tints of Medium Violet Red #D11CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.34%

R = 51.73%
G = 6.93%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D11CA7 (or 0xD11CA7) is known color: Medium Violet Red. HEX triplet: D1, 1C and A7. RGB value is (209,28,167). Sum of RGB (Red+Green+Blue) = 209+28+167=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 167 (65.62% from 255 or 41.34% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D11CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11CA7 is #2EE358. Grayscale: #616161. Windows color (decimal): -3072857 or 10951889. OLE color: 10951889.

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

Color convert

RGB 209 28 167 -
CMYK 0 0.87 0.20 0.18
HSL 313.92º 0.76% 0.46% -
HSV(B) 313.92º 0.87% 0.82% -
XYZ 33.68 17.18 38.1 -
YUV 97.97 166.97 207.2 -
System Red Green Blue C M Y K H S L
Decimal 209 28 167 0 0.87 0.20 0.18 313.92 0.76 0.46
Hex D1 1C A7 0 57 14 12 13A 4C 2E
Octal 321 34 247 0 127 24 22 472 114 56
Binary 11010001 11100 10100111 0 1010111 10100 10010 100111010 1001100 101110

Color Harmonies of #D11CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11CA7

Black with #D11CA7

Text Example


Text Example

White with #D11CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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