Html Css Color HEX #D11298 Medium Violet Red

📋 copy color: '#D11298'

red 209 ◦ green 18 ◦ blue 152

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

Shades of Medium Violet Red #D11298

Tints of Medium Violet Red #D11298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.75%

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

R = 55.15%
G = 4.75%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D11298 (or 0xD11298) is known color: Medium Violet Red. HEX triplet: D1, 12 and 98. RGB value is (209,18,152). Sum of RGB (Red+Green+Blue) = 209+18+152=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D11298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11298 is #2EED67. Grayscale: #5A5A5A. Windows color (decimal): -3075432 or 9966289. OLE color: 9966289.

HSL color Cylindrical-coordinate representation of color #D11298: hue angle of 317.91º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11298 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 18 152 -
CMYK 0 0.91 0.27 0.18
HSL 317.91º 0.84% 0.45% -
HSV(B) 317.91º 0.91% 0.82% -
XYZ 32.18 16.25 31.15 -
YUV 90.39 162.78 212.6 -
System Red Green Blue C M Y K H S L
Decimal 209 18 152 0 0.91 0.27 0.18 317.91 0.84 0.45
Hex D1 12 98 0 5B 1B 12 13E 54 2D
Octal 321 22 230 0 133 33 22 476 124 55
Binary 11010001 10010 10011000 0 1011011 11011 10010 100111110 1010100 101101

Color Harmonies of #D11298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11298

Black with #D11298

Text Example


Text Example

White with #D11298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11298; }

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

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

background-color css

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

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

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

border-color css

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

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

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