Html Css Color HEX #D11972 Medium Violet Red

📋 copy color: '#D11972'

red 209 ◦ green 25 ◦ blue 114

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

Shades of Medium Violet Red #D11972

Tints of Medium Violet Red #D11972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.18%

 BLUE value IS 114 (44.92% from 255) = 32.76%

R = 60.06%
G = 7.18%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D11972 (or 0xD11972) is known color: Medium Violet Red. HEX triplet: D1, 19 and 72. RGB value is (209,25,114). Sum of RGB (Red+Green+Blue) = 209+25+114=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D11972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11972 is #2EE68D. Grayscale: #595959. Windows color (decimal): -3073678 or 7477713. OLE color: 7477713.

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

Color convert

RGB 209 25 114 -
CMYK 0 0.88 0.45 0.18
HSL 330.98º 0.79% 0.46% -
HSV(B) 330.98º 0.88% 0.82% -
XYZ 29.68 15.47 17.34 -
YUV 90.16 141.46 212.76 -
System Red Green Blue C M Y K H S L
Decimal 209 25 114 0 0.88 0.45 0.18 330.98 0.79 0.46
Hex D1 19 72 0 58 2D 12 14B 4F 2E
Octal 321 31 162 0 130 55 22 513 117 56
Binary 11010001 11001 1110010 0 1011000 101101 10010 101001011 1001111 101110

Color Harmonies of #D11972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11972

Black with #D11972

Text Example


Text Example

White with #D11972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11972; }

 p { color: rgb(209,25,114); }

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

background-color css

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

 a { background-color: rgb(209,25,114); }

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

border-color css

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

 span { border-color: rgb(209,25,114); }

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