Html Css Color HEX #D11098 Medium Violet Red

📋 copy color: '#D11098'

red 209 ◦ green 16 ◦ blue 152

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

Shades of Medium Violet Red #D11098

Tints of Medium Violet Red #D11098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.32%

R = 55.44%
G = 4.24%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D11098 (or 0xD11098) is known color: Medium Violet Red. HEX triplet: D1, 10 and 98. RGB value is (209,16,152). Sum of RGB (Red+Green+Blue) = 209+16+152=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D11098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11098 is #2EEF67. Grayscale: #585858. Windows color (decimal): -3075944 or 9965777. OLE color: 9965777.

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

Color convert

RGB 209 16 152 -
CMYK 0 0.92 0.27 0.18
HSL 317.72º 0.86% 0.44% -
HSV(B) 317.72º 0.92% 0.82% -
XYZ 32.15 16.19 31.14 -
YUV 89.21 163.44 213.44 -
System Red Green Blue C M Y K H S L
Decimal 209 16 152 0 0.92 0.27 0.18 317.72 0.86 0.44
Hex D1 10 98 0 5C 1B 12 13E 56 2C
Octal 321 20 230 0 134 33 22 476 126 54
Binary 11010001 10000 10011000 0 1011100 11011 10010 100111110 1010110 101100

Color Harmonies of #D11098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11098

Black with #D11098

Text Example


Text Example

White with #D11098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11098; }

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

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

background-color css

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

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

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

border-color css

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

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

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