Html Css Color HEX #D11081 Medium Violet Red

📋 copy color: '#D11081'

red 209 ◦ green 16 ◦ blue 129

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

Shades of Medium Violet Red #D11081

Tints of Medium Violet Red #D11081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.52%

 BLUE value IS 129 (50.78% from 255) = 36.44%

R = 59.04%
G = 4.52%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D11081 (or 0xD11081) is known color: Medium Violet Red. HEX triplet: D1, 10 and 81. RGB value is (209,16,129). Sum of RGB (Red+Green+Blue) = 209+16+129=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D11081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11081 is #2EEF7E. Grayscale: #565656. Windows color (decimal): -3075967 or 8458449. OLE color: 8458449.

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

Color convert

RGB 209 16 129 -
CMYK 0 0.92 0.38 0.18
HSL 324.87º 0.86% 0.44% -
HSV(B) 324.87º 0.92% 0.82% -
XYZ 30.44 15.51 22.16 -
YUV 86.59 151.94 215.31 -
System Red Green Blue C M Y K H S L
Decimal 209 16 129 0 0.92 0.38 0.18 324.87 0.86 0.44
Hex D1 10 81 0 5C 26 12 145 56 2C
Octal 321 20 201 0 134 46 22 505 126 54
Binary 11010001 10000 10000001 0 1011100 100110 10010 101000101 1010110 101100

Color Harmonies of #D11081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11081

Black with #D11081

Text Example


Text Example

White with #D11081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11081; }

 p { color: rgb(209,16,129); }

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

background-color css

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

 a { background-color: rgb(209,16,129); }

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

border-color css

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

 span { border-color: rgb(209,16,129); }

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