#d11b7e

Color #D11B7E Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #D11B7E

Tints of Medium Violet Red #D11B7E

Color information

#D11B7E (or 0xD11B7E) is unknown color: approx Medium Violet Red. HEX triplet: D1, 1B and 7E. RGB value is (209,27,126). Sum of RGB (Red+Green+Blue) = 209+27+126=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D11B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11B7E is #2EE481. Grayscale: #5C5C5C. Windows color (decimal): -3073154 or 8264657. OLE color: 8264657.

HSL color Cylindrical-coordinate representation of color #D11B7E: hue angle of 327.36º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11B7E is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB20927126-
CMYK00.870.400.18
HSL327.36º77.12%46.27%-
HSV(B)327.36º87.08%81.96%-
XYZ30.4515.8521.19-
YUV92.7146.8210.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.73%
GREEN value IS 27 (10.94% from 255) = 7.46%
BLUE value IS 126 (49.61% from 255) = 34.81%
R=57.73%
G=7.46%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092712600.870.400.18327.3677.1246.27
HexD11B7E05728121474d2e
Octal321331760127502250711556
Binary1101000111011111111001010111101000100101010001111001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d11b7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d11b7e; }

 p { color: rgb(209,27,126); }

 H1.HeaderClassName
 {
   color: #d11b7e;
 }
 .AnyTagClassName
 {
   color: #d11b7e;
 }
</style>
background-color css

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

 a { background-color: rgb(209,27,126); }

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

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

 span { border-color: rgb(209,27,126); }

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