Html Css Color HEX #D11CAA Medium Violet Red

📋 copy color: '#D11CAA'

red 209 ◦ green 28 ◦ blue 170

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

Shades of Medium Violet Red #D11CAA

Tints of Medium Violet Red #D11CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 51.35%
G = 6.88%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D11CAA (or 0xD11CAA) is known color: Medium Violet Red. HEX triplet: D1, 1C and AA. RGB value is (209,28,170). Sum of RGB (Red+Green+Blue) = 209+28+170=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D11CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11CAA is #2EE355. Grayscale: #616161. Windows color (decimal): -3072854 or 11148497. OLE color: 11148497.

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

Color convert

RGB 209 28 170 -
CMYK 0 0.87 0.19 0.18
HSL 312.93º 0.76% 0.46% -
HSV(B) 312.93º 0.87% 0.82% -
XYZ 33.97 17.29 39.58 -
YUV 98.31 168.47 206.95 -
System Red Green Blue C M Y K H S L
Decimal 209 28 170 0 0.87 0.19 0.18 312.93 0.76 0.46
Hex D1 1C AA 0 57 13 12 139 4C 2E
Octal 321 34 252 0 127 23 22 471 114 56
Binary 11010001 11100 10101010 0 1010111 10011 10010 100111001 1001100 101110

Color Harmonies of #D11CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11CAA

Black with #D11CAA

Text Example


Text Example

White with #D11CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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