Html Css Color HEX #D11F72 Medium Violet Red

📋 copy color: '#D11F72'

red 209 ◦ green 31 ◦ blue 114

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

Shades of Medium Violet Red #D11F72

Tints of Medium Violet Red #D11F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.2%

R = 59.04%
G = 8.76%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D11F72 (or 0xD11F72) is known color: Medium Violet Red. HEX triplet: D1, 1F and 72. RGB value is (209,31,114). Sum of RGB (Red+Green+Blue) = 209+31+114=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11F72 is #2EE08D. Grayscale: #5D5D5D. Windows color (decimal): -3072142 or 7479249. OLE color: 7479249.

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

Color convert

RGB 209 31 114 -
CMYK 0 0.85 0.45 0.18
HSL 332.02º 0.74% 0.47% -
HSV(B) 332.02º 0.85% 0.82% -
XYZ 29.82 15.75 17.39 -
YUV 93.68 139.47 210.25 -
System Red Green Blue C M Y K H S L
Decimal 209 31 114 0 0.85 0.45 0.18 332.02 0.74 0.47
Hex D1 1F 72 0 55 2D 12 14C 4A 2F
Octal 321 37 162 0 125 55 22 514 112 57
Binary 11010001 11111 1110010 0 1010101 101101 10010 101001100 1001010 101111

Color Harmonies of #D11F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11F72

Black with #D11F72

Text Example


Text Example

White with #D11F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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