Html Css Color HEX #D11D9A Medium Violet Red

📋 copy color: '#D11D9A'

red 209 ◦ green 29 ◦ blue 154

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

Shades of Medium Violet Red #D11D9A

Tints of Medium Violet Red #D11D9A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.4%

 BLUE value IS 154 (60.55% from 255) = 39.29%

R = 53.32%
G = 7.4%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D11D9A (or 0xD11D9A) is known color: Medium Violet Red. HEX triplet: D1, 1D and 9A. RGB value is (209,29,154). Sum of RGB (Red+Green+Blue) = 209+29+154=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11D9A is #2EE265. Grayscale: #606060. Windows color (decimal): -3072614 or 10100177. OLE color: 10100177.

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

Color convert

RGB 209 29 154 -
CMYK 0 0.86 0.26 0.18
HSL 318.33º 0.76% 0.47% -
HSV(B) 318.33º 0.86% 0.82% -
XYZ 32.57 16.77 32.09 -
YUV 97.07 160.13 207.84 -
System Red Green Blue C M Y K H S L
Decimal 209 29 154 0 0.86 0.26 0.18 318.33 0.76 0.47
Hex D1 1D 9A 0 56 1A 12 13E 4C 2F
Octal 321 35 232 0 126 32 22 476 114 57
Binary 11010001 11101 10011010 0 1010110 11010 10010 100111110 1001100 101111

Color Harmonies of #D11D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11D9A

Black with #D11D9A

Text Example


Text Example

White with #D11D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11D9A; }

 p { color: rgb(209,29,154); }

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

background-color css

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

 a { background-color: rgb(209,29,154); }

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

border-color css

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

 span { border-color: rgb(209,29,154); }

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