Html Css Color HEX #D11775 Medium Violet Red

📋 copy color: '#D11775'

red 209 ◦ green 23 ◦ blue 117

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

Shades of Medium Violet Red #D11775

Tints of Medium Violet Red #D11775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.59%

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

R = 59.89%
G = 6.59%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D11775 (or 0xD11775) is known color: Medium Violet Red. HEX triplet: D1, 17 and 75. RGB value is (209,23,117). Sum of RGB (Red+Green+Blue) = 209+23+117=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D11775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11775 is #2EE88A. Grayscale: #595959. Windows color (decimal): -3074187 or 7673809. OLE color: 7673809.

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

Color convert

RGB 209 23 117 -
CMYK 0 0.89 0.44 0.18
HSL 329.68º 0.8% 0.45% -
HSV(B) 329.68º 0.89% 0.82% -
XYZ 29.81 15.45 18.24 -
YUV 89.33 143.62 213.36 -
System Red Green Blue C M Y K H S L
Decimal 209 23 117 0 0.89 0.44 0.18 329.68 0.8 0.45
Hex D1 17 75 0 59 2C 12 14A 50 2D
Octal 321 27 165 0 131 54 22 512 120 55
Binary 11010001 10111 1110101 0 1011001 101100 10010 101001010 1010000 101101

Color Harmonies of #D11775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11775

Black with #D11775

Text Example


Text Example

White with #D11775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11775; }

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

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

background-color css

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

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

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

border-color css

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

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

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