Html Css Color HEX #D11479 Medium Violet Red

📋 copy color: '#D11479'

red 209 ◦ green 20 ◦ blue 121

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

Shades of Medium Violet Red #D11479

Tints of Medium Violet Red #D11479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.71%

 BLUE value IS 121 (47.66% from 255) = 34.57%

R = 59.71%
G = 5.71%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D11479 (or 0xD11479) is known color: Medium Violet Red. HEX triplet: D1, 14 and 79. RGB value is (209,20,121). Sum of RGB (Red+Green+Blue) = 209+20+121=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D11479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11479 is #2EEB86. Grayscale: #575757. Windows color (decimal): -3074951 or 7935185. OLE color: 7935185.

HSL color Cylindrical-coordinate representation of color #D11479: hue angle of 327.94º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11479 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 20 121 -
CMYK 0 0.90 0.42 0.18
HSL 327.94º 0.83% 0.45% -
HSV(B) 327.94º 0.9% 0.82% -
XYZ 30 15.44 19.49 -
YUV 88.03 146.62 214.29 -
System Red Green Blue C M Y K H S L
Decimal 209 20 121 0 0.90 0.42 0.18 327.94 0.83 0.45
Hex D1 14 79 0 5A 2A 12 148 53 2D
Octal 321 24 171 0 132 52 22 510 123 55
Binary 11010001 10100 1111001 0 1011010 101010 10010 101001000 1010011 101101

Color Harmonies of #D11479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11479

Black with #D11479

Text Example


Text Example

White with #D11479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11479; }

 p { color: rgb(209,20,121); }

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

background-color css

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

 a { background-color: rgb(209,20,121); }

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

border-color css

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

 span { border-color: rgb(209,20,121); }

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