Html Css Color HEX #D11088 Medium Violet Red

📋 copy color: '#D11088'

red 209 ◦ green 16 ◦ blue 136

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

Shades of Medium Violet Red #D11088

Tints of Medium Violet Red #D11088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.67%

R = 57.89%
G = 4.43%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D11088 (or 0xD11088) is known color: Medium Violet Red. HEX triplet: D1, 10 and 88. RGB value is (209,16,136). Sum of RGB (Red+Green+Blue) = 209+16+136=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D11088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11088 is #2EEF77. Grayscale: #575757. Windows color (decimal): -3075960 or 8917201. OLE color: 8917201.

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

Color convert

RGB 209 16 136 -
CMYK 0 0.92 0.35 0.18
HSL 322.69º 0.86% 0.44% -
HSV(B) 322.69º 0.92% 0.82% -
XYZ 30.92 15.7 24.69 -
YUV 87.39 155.44 214.74 -
System Red Green Blue C M Y K H S L
Decimal 209 16 136 0 0.92 0.35 0.18 322.69 0.86 0.44
Hex D1 10 88 0 5C 23 12 143 56 2C
Octal 321 20 210 0 134 43 22 503 126 54
Binary 11010001 10000 10001000 0 1011100 100011 10010 101000011 1010110 101100

Color Harmonies of #D11088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11088

Black with #D11088

Text Example


Text Example

White with #D11088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11088; }

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

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

background-color css

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

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

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

border-color css

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

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

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