Html Css Color HEX #D11CAD Medium Violet Red

📋 copy color: '#D11CAD'

red 209 ◦ green 28 ◦ blue 173

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

Shades of Medium Violet Red #D11CAD

Tints of Medium Violet Red #D11CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.2%

R = 50.98%
G = 6.83%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D11CAD (or 0xD11CAD) is known color: Medium Violet Red. HEX triplet: D1, 1C and AD. RGB value is (209,28,173). Sum of RGB (Red+Green+Blue) = 209+28+173=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D11CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11CAD is #2EE352. Grayscale: #626262. Windows color (decimal): -3072851 or 11345105. OLE color: 11345105.

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

Color convert

RGB 209 28 173 -
CMYK 0 0.87 0.17 0.18
HSL 311.93º 0.76% 0.46% -
HSV(B) 311.93º 0.87% 0.82% -
XYZ 34.25 17.4 41.09 -
YUV 98.65 169.97 206.71 -
System Red Green Blue C M Y K H S L
Decimal 209 28 173 0 0.87 0.17 0.18 311.93 0.76 0.46
Hex D1 1C AD 0 57 11 12 138 4C 2E
Octal 321 34 255 0 127 21 22 470 114 56
Binary 11010001 11100 10101101 0 1010111 10001 10010 100111000 1001100 101110

Color Harmonies of #D11CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11CAD

Black with #D11CAD

Text Example


Text Example

White with #D11CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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