Html Css Color HEX #D11F75 Medium Violet Red

📋 copy color: '#D11F75'

red 209 ◦ green 31 ◦ blue 117

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

Shades of Medium Violet Red #D11F75

Tints of Medium Violet Red #D11F75

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.68%

 BLUE value IS 117 (46.09% from 255) = 32.77%

R = 58.54%
G = 8.68%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D11F75 (or 0xD11F75) is known color: Medium Violet Red. HEX triplet: D1, 1F and 75. RGB value is (209,31,117). Sum of RGB (Red+Green+Blue) = 209+31+117=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11F75 is #2EE08A. Grayscale: #5D5D5D. Windows color (decimal): -3072139 or 7675857. OLE color: 7675857.

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

Color convert

RGB 209 31 117 -
CMYK 0 0.85 0.44 0.18
HSL 331.01º 0.74% 0.47% -
HSV(B) 331.01º 0.85% 0.82% -
XYZ 30 15.82 18.3 -
YUV 94.03 140.97 210.01 -
System Red Green Blue C M Y K H S L
Decimal 209 31 117 0 0.85 0.44 0.18 331.01 0.74 0.47
Hex D1 1F 75 0 55 2C 12 14B 4A 2F
Octal 321 37 165 0 125 54 22 513 112 57
Binary 11010001 11111 1110101 0 1010101 101100 10010 101001011 1001010 101111

Color Harmonies of #D11F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11F75

Black with #D11F75

Text Example


Text Example

White with #D11F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11F75; }

 p { color: rgb(209,31,117); }

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

background-color css

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

 a { background-color: rgb(209,31,117); }

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

border-color css

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

 span { border-color: rgb(209,31,117); }

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