Html Css Color HEX #D11078 Medium Violet Red

📋 copy color: '#D11078'

red 209 ◦ green 16 ◦ blue 120

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

Shades of Medium Violet Red #D11078

Tints of Medium Violet Red #D11078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.78%

R = 60.58%
G = 4.64%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D11078 (or 0xD11078) is known color: Medium Violet Red. HEX triplet: D1, 10 and 78. RGB value is (209,16,120). Sum of RGB (Red+Green+Blue) = 209+16+120=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D11078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11078 is #2EEF87. Grayscale: #555555. Windows color (decimal): -3075976 or 7868625. OLE color: 7868625.

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

Color convert

RGB 209 16 120 -
CMYK 0 0.92 0.43 0.18
HSL 327.67º 0.86% 0.44% -
HSV(B) 327.67º 0.92% 0.82% -
XYZ 29.87 15.28 19.14 -
YUV 85.56 147.44 216.04 -
System Red Green Blue C M Y K H S L
Decimal 209 16 120 0 0.92 0.43 0.18 327.67 0.86 0.44
Hex D1 10 78 0 5C 2B 12 148 56 2C
Octal 321 20 170 0 134 53 22 510 126 54
Binary 11010001 10000 1111000 0 1011100 101011 10010 101001000 1010110 101100

Color Harmonies of #D11078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11078

Black with #D11078

Text Example


Text Example

White with #D11078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11078; }

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

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

background-color css

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

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

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

border-color css

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

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

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