Html Css Color HEX #D11F74 Medium Violet Red

📋 copy color: '#D11F74'

red 209 ◦ green 31 ◦ blue 116

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

Shades of Medium Violet Red #D11F74

Tints of Medium Violet Red #D11F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.58%

R = 58.71%
G = 8.71%
B = 32.58%

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

#D11F74 (or 0xD11F74) is known color: Medium Violet Red. HEX triplet: D1, 1F and 74. RGB value is (209,31,116). Sum of RGB (Red+Green+Blue) = 209+31+116=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11F74 is #2EE08B. Grayscale: #5D5D5D. Windows color (decimal): -3072140 or 7610321. OLE color: 7610321.

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

Color convert

RGB 209 31 116 -
CMYK 0 0.85 0.44 0.18
HSL 331.35º 0.74% 0.47% -
HSV(B) 331.35º 0.85% 0.82% -
XYZ 29.94 15.8 17.99 -
YUV 93.91 140.47 210.09 -
System Red Green Blue C M Y K H S L
Decimal 209 31 116 0 0.85 0.44 0.18 331.35 0.74 0.47
Hex D1 1F 74 0 55 2C 12 14B 4A 2F
Octal 321 37 164 0 125 54 22 513 112 57
Binary 11010001 11111 1110100 0 1010101 101100 10010 101001011 1001010 101111

Color Harmonies of #D11F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11F74

Black with #D11F74

Text Example


Text Example

White with #D11F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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